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
This commit is contained in:
parent
136a89937c
commit
bab899068c
@ -66,16 +66,16 @@ Install the prerequisite packages.
|
|||||||
libmysqlclient-dev libxml2-dev libxslt-dev libpq-dev git \
|
libmysqlclient-dev libxml2-dev libxslt-dev libpq-dev git \
|
||||||
git-review libffi-dev gettext graphviz libjpeg-dev
|
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 \
|
libxml2-devel libxslt-devel postgresql-devel git git-review \
|
||||||
libffi-devel gettext graphviz gcc libjpeg-turbo-devel \
|
libffi-devel gettext graphviz gcc libjpeg-turbo-devel \
|
||||||
python-tox python3-devel python3
|
python3-tox python3-devel python3
|
||||||
|
|
||||||
.. note::
|
.. 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.
|
package git-review available", use the EPEL software repository.
|
||||||
Instructions can be found at `<http://fedoraproject.org/wiki/EPEL/FAQ#howtouse>`_.
|
Instructions can be found at `<http://fedoraproject.org/wiki/EPEL/FAQ#howtouse>`_.
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@ Install and configure components
|
|||||||
|
|
||||||
.. code-block:: console
|
.. 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
|
#. Edit the ``/etc/manila/manila.conf`` file and complete the following
|
||||||
actions:
|
actions:
|
||||||
|
@ -17,7 +17,7 @@ Install and configure components
|
|||||||
|
|
||||||
.. code-block:: console
|
.. 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
|
#. Edit the ``/etc/manila/manila.conf`` file and complete the
|
||||||
following actions:
|
following actions:
|
||||||
|
@ -17,7 +17,7 @@ Install and configure components
|
|||||||
|
|
||||||
.. code-block:: console
|
.. 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
|
#. Edit the ``/etc/manila/manila.conf`` file and complete the
|
||||||
following actions:
|
following actions:
|
||||||
|
@ -19,7 +19,7 @@ Install and configure components
|
|||||||
|
|
||||||
.. code-block:: console
|
.. 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
|
#. Edit the ``/etc/manila/manila.conf`` file and complete the following
|
||||||
actions:
|
actions:
|
||||||
|
@ -20,7 +20,7 @@ Install and configure components
|
|||||||
|
|
||||||
.. code-block:: console
|
.. 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
|
#. Edit the ``/etc/manila/manila.conf`` file and complete the following
|
||||||
actions:
|
actions:
|
||||||
|
@ -19,7 +19,7 @@ Install and configure components
|
|||||||
|
|
||||||
.. code-block:: console
|
.. 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
|
#. Edit the ``/etc/manila/manila.conf`` file and complete the following
|
||||||
actions:
|
actions:
|
||||||
|
Loading…
Reference in New Issue
Block a user