From d2f2afa24948122dacc38a97f8ad1d3d807ded17 Mon Sep 17 00:00:00 2001 From: Julia Kreger Date: Tue, 8 May 2018 14:33:36 -0700 Subject: [PATCH] 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 --- doc/source/contributor/dev-quickstart.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/source/contributor/dev-quickstart.rst b/doc/source/contributor/dev-quickstart.rst index 61ae85a799..cbe8da92df 100644 --- a/doc/source/contributor/dev-quickstart.rst +++ b/doc/source/contributor/dev-quickstart.rst @@ -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