Neutron is not Ironic

The element to install OpenStack clients has a thinko using Ironic's
virtualenv and install options for the Neutron client.

Change-Id: I38399db2654a19be175ab7dfe7fc13b324ebd3c2
This commit is contained in:
Steve Kowalik 2014-10-24 16:56:25 +11:00
parent 355cce77f9
commit 5312d30d8c
1 changed files with 1 additions and 1 deletions

View File

@ -2,4 +2,4 @@
set -eux
install-openstack-client $IRONICCLIENT_EXTRA_INSTALL_OPTS -c neutron -i $IRONICCLIENT_VENV_DIR
install-openstack-client $NEUTRONCLIENT_EXTRA_INSTALL_OPTS -c neutron -i $NEUTRONCLIENT_VENV_DIR