[install] install python-openstackclient in a separate step

Change-Id: I9c14a2ebc2a032caf56481d09981415bd2f29874
Implements: blueprint installguide-liberty
This commit is contained in:
Christian Berendt 2015-10-04 18:49:18 +02:00
parent 8837e98ca9
commit 94a351c640
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
~~~~~~~~~~~~

View File

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