Fix package name of the OpenStack client

The package python3-openstackclient should be installed instead of
python-openstackclient for OpenStack Stein for Ubuntu 18.04 LTS.
This patch fixes it.

Change-Id: I2ceaf0237e7a6ac9dc3f4a994cf0989d93b290de
Closes-Bug: #1831819
This commit is contained in:
Hidekazu Nakamura 2019-06-06 01:53:27 +00:00
parent 1e0e60eec3
commit 61c98e708c
1 changed files with 8 additions and 0 deletions

View File

@ -81,6 +81,14 @@ Finalize the installation
2. Install the OpenStack client:
**OpenStack Stein for Ubuntu 18.04 LTS:**
.. code-block:: console
# apt install python3-openstackclient
**Others:**
.. code-block:: console
# apt install python-openstackclient