From 7a356f5c9ef21466abb386e10bd2282f521ba2be Mon Sep 17 00:00:00 2001 From: Colleen Murphy Date: Tue, 4 Apr 2017 14:13:55 +0200 Subject: [PATCH] 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 --- install-guide/source/install-obs.rst | 2 +- install-guide/source/install-rdo.rst | 2 +- install-guide/source/install-ubuntu.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/install-guide/source/install-obs.rst b/install-guide/source/install-obs.rst index 0f69c2ab63..55ddeb82a5 100644 --- a/install-guide/source/install-obs.rst +++ b/install-guide/source/install-obs.rst @@ -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 diff --git a/install-guide/source/install-rdo.rst b/install-guide/source/install-rdo.rst index 83123873e7..95bfe71782 100644 --- a/install-guide/source/install-rdo.rst +++ b/install-guide/source/install-rdo.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 diff --git a/install-guide/source/install-ubuntu.rst b/install-guide/source/install-ubuntu.rst index 2e9613b9b8..ed09de5ba3 100644 --- a/install-guide/source/install-ubuntu.rst +++ b/install-guide/source/install-ubuntu.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