Fix the error python version

Change-Id: I367ef805fd6ffad77633ced04f64996a2241b1df
This commit is contained in:
zhurong 2022-01-14 07:55:29 +00:00
parent a92c0bce37
commit bdc7d53ec7
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ Currently murano-agent can be automatically installed by cloud-init. To deploy
an application on an image with pre-installed cloud-init you should mark the
image with Murano specific metadata. More information about preparing images
can be found :ref:`here <upload_images>`. This type of installation has some
limitations. The image has to have pre-installed python 2.7. Murano-agent is
limitations. The image has to have pre-installed python. Murano-agent is
installed from PyPi so the instance should have connectivity with the Internet.
Also it requires an installation of some python packages, e.g. python-pip,
python-dev, python-setuptools, python-virtualenv, which are also installed by