Install client in install guide instructions

The python-magnumclient package is not automatically installed with the
other magnum packages, and it is needed later in the "Verify operation"
and "Launch an instance" sections of the install guide, so this patch
adds it to the package installation instructions.

Change-Id: I12e1fd587f5327ee5404596b1d8b92dc5f770a93
(cherry picked from commit 7a356f5c9e)
This commit is contained in:
Colleen Murphy 2017-04-04 14:13:55 +02:00 committed by Colleen Murphy
parent aaa94e1a28
commit 9b93f3a7ab
3 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@ Install and configure components
.. code-block:: console
# zypper install openstack-magnum-api openstack-magnum-conductor
# zypper install openstack-magnum-api openstack-magnum-conductor python-magnumclient
.. include:: common/configure_2_edit_magnum_conf.rst

View File

@ -15,7 +15,7 @@ Install and configure components
.. code-block:: console
# yum install openstack-magnum-api openstack-magnum-conductor
# yum install openstack-magnum-api openstack-magnum-conductor python-magnumclient
.. include:: common/configure_2_edit_magnum_conf.rst

View File

@ -15,7 +15,7 @@ Install and configure components
.. code-block:: console
# DEBIAN_FRONTEND=noninteractive apt-get install magnum-api magnum-conductor
# DEBIAN_FRONTEND=noninteractive apt-get install magnum-api magnum-conductor python-magnumclient
.. include:: common/configure_2_edit_magnum_conf.rst