Fix incorrect ordering of install packaging section

Change https://review.openstack.org/#/c/237899/ reordered various
aspects of the environment sections in the install guide and
inadvertently re-ordered the packaging section.

As reported by Timo Henriksson, after installing the repositories,
the package list must be updated before clients can be installed.
If this is not done, incorrect and incompatible versions will be used.

Change-Id: Ifac6d788105f535cdddff3161d0691d50cc12d62
Closes-Bug: 1508409
This commit is contained in:
Tom Fifield 2015-10-22 14:16:03 +08:00
parent 170cec368f
commit a85c15b6ba

View File

@ -129,32 +129,6 @@ these procedures on all nodes.
# apt-get -t jessie-backports install ``PACKAGE``
Install the OpenStack client
----------------------------
Throughout the guide the OpenStack client will be used to perform actions on
the installed services.
* Install the package:
.. only:: debian or ubuntu
.. code-block:: console
# apt-get install python-openstackclient
.. only:: rdo
.. code-block:: console
# yum install python-openstackclient
.. only:: obs
.. code-block:: console
# zypper install python-openstackclient
Finalize the installation
-------------------------
@ -206,3 +180,29 @@ Finalize the installation
.. code-block:: console
# yum install openstack-selinux
Install the OpenStack client
----------------------------
Throughout the guide the OpenStack client will be used to perform actions on
the installed services.
* Install the package:
.. only:: debian or ubuntu
.. code-block:: console
# apt-get install python-openstackclient
.. only:: rdo
.. code-block:: console
# yum install python-openstackclient
.. only:: obs
.. code-block:: console
# zypper install python-openstackclient