Install OSC during quickstart

The quickstart doc was missing the step of installing
python-openstackclient which has become necessary to provide
the `openstack` command. This was not required when the doc
was originally written as we then used the `ironic` command.

Change-Id: Ia529a37730b1df6c6574e10d97a25bc2e547647a
This commit is contained in:
Julia Kreger 2018-05-08 14:33:36 -07:00
parent 02d8fa1393
commit d2f2afa249

View File

@ -184,7 +184,12 @@ Step 1: Create a Python virtualenv
. .tox/venv/bin/activate
#. Install the openstack baremetal client::
#. Install the `openstack` client command utility::
pip install python-openstackclient
#. Install the `openstack baremetal` client::
pip install python-ironicclient