Delete unavailable py2 package

The openstack Ussuri and Victoria versions no longer support the
Centos7 and pyrhon2 environment packages. Correct the missing
problems in the latest document

Change-Id: If139927730071448abc04e1ea7ebb615749e7e3d
(cherry picked from commit bab899068c)
(cherry picked from commit d761b111b4)
This commit is contained in:
linpeiwen 2020-11-11 02:54:56 +00:00 committed by Lin PeiWen
parent 5376cdefdb
commit bdd5f5535d
7 changed files with 10 additions and 10 deletions

View File

@ -66,16 +66,16 @@ Install the prerequisite packages.
libmysqlclient-dev libxml2-dev libxslt-dev libpq-dev git \
git-review libffi-dev gettext graphviz libjpeg-dev
- On Fedora 21/RHEL7/Centos7::
- On RHEL8/Centos8::
sudo yum install python-devel openssl-devel python-pip mysql-devel \
sudo dnf install openssl-devel python3-pip mysql-devel \
libxml2-devel libxslt-devel postgresql-devel git git-review \
libffi-devel gettext graphviz gcc libjpeg-turbo-devel \
python-tox python3-devel python3
python3-tox python3-devel python3
.. note::
If using RHEL and yum reports "No package python-pip available" and "No
If using RHEL and yum reports "No package python3-pip available" and "No
package git-review available", use the EPEL software repository.
Instructions can be found at `<http://fedoraproject.org/wiki/EPEL/FAQ#howtouse>`_.

View File

@ -17,7 +17,7 @@ Install and configure components
.. code-block:: console
# apt-get install manila-api manila-scheduler python-manilaclient
# apt-get install manila-api manila-scheduler python3-manilaclient
#. Edit the ``/etc/manila/manila.conf`` file and complete the following
actions:

View File

@ -17,7 +17,7 @@ Install and configure components
.. code-block:: console
# yum install openstack-manila python-manilaclient
# yum install openstack-manila python3-manilaclient
#. Edit the ``/etc/manila/manila.conf`` file and complete the
following actions:

View File

@ -17,7 +17,7 @@ Install and configure components
.. code-block:: console
# apt-get install manila-api manila-scheduler python-manilaclient
# apt-get install manila-api manila-scheduler python3-manilaclient
#. Edit the ``/etc/manila/manila.conf`` file and complete the
following actions:

View File

@ -19,7 +19,7 @@ Install and configure components
.. code-block:: console
# apt-get install manila-share python-pymysql
# apt-get install manila-share python3-pymysql
#. Edit the ``/etc/manila/manila.conf`` file and complete the following
actions:

View File

@ -20,7 +20,7 @@ Install and configure components
.. code-block:: console
# yum install openstack-manila-share python2-PyMySQL
# yum install openstack-manila-share python3-PyMySQL
#. Edit the ``/etc/manila/manila.conf`` file and complete the following
actions:

View File

@ -19,7 +19,7 @@ Install and configure components
.. code-block:: console
# apt-get install manila-share python-pymysql
# apt-get install manila-share python3-pymysql
#. Edit the ``/etc/manila/manila.conf`` file and complete the following
actions: