diff --git a/doc/install-guide/source/environment-packages.rst b/doc/install-guide/source/environment-packages.rst index 028a38b18d..a03912eb9f 100644 --- a/doc/install-guide/source/environment-packages.rst +++ b/doc/install-guide/source/environment-packages.rst @@ -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