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:
parent
02d8fa1393
commit
d2f2afa249
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user