Update docs for usage of python-ironicclient

The virtualenv in the python-ironicclient now installs the 'ironic'
program by default into the bin directory of the 'venv' environment.  It
is no longer needed to manually call setup.py

Remove that line from the instructions.

Change-Id: I25fffa41cb4e806d20484ce3423943c91d8ca38e
This commit is contained in:
John L. Villalovos 2015-06-08 14:18:27 -07:00
parent 102b85bd31
commit f2448a3788

View File

@ -227,7 +227,6 @@ Step 3: Install the Client
cd python-ironicclient
tox -evenv -- echo 'done'
source .tox/venv/bin/activate
python setup.py develop
#. Export some ENV vars so the client will connect to the local services
that you'll start in the next section::