Merge "[install] install python-openstackclient in a separate step"

This commit is contained in:
Jenkins 2015-10-05 00:20:27 +00:00 committed by Gerrit Code Review
commit 6024ca6019
2 changed files with 29 additions and 3 deletions

View File

@ -219,6 +219,32 @@ Finalize the installation
| |
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
SQL database SQL database
~~~~~~~~~~~~ ~~~~~~~~~~~~

View File

@ -78,7 +78,7 @@ database and an administration token.
.. code-block:: console .. code-block:: console
# apt-get install keystone python-openstackclient apache2 libapache2-mod-wsgi \ # apt-get install keystone apache2 libapache2-mod-wsgi \
memcached python-memcache memcached python-memcache
.. only:: obs or rdo .. only:: obs or rdo
@ -89,14 +89,14 @@ database and an administration token.
.. code-block:: console .. code-block:: console
# yum install openstack-keystone httpd mod_wsgi python-openstackclient \ # yum install openstack-keystone httpd mod_wsgi \
memcached python-memcached memcached python-memcached
.. only:: obs .. only:: obs
.. code-block:: console .. code-block:: console
# zypper install openstack-keystone python-openstackclient apache2-mod_wsgi \ # zypper install openstack-keystone apache2-mod_wsgi \
memcached python-python-memcached memcached python-python-memcached
.. only:: obs or rdo .. only:: obs or rdo