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
This commit is contained in:
parent
0c76374327
commit
7a356f5c9e
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user