Fix python-ironicclient pip install breakage

The pypi mirror that the openstack gate uses does not normalise -
and _ separators, whereas other pypi mirrors do. This is stopping
other reviews such as https://review.openstack.org/#/c/293779/
from passing tests.

Change-Id: I9b8bb450e199aadf3123b9a74cfe953e05d89952
Signed-off-by: Michael Davies <michael@the-davies.net>
This commit is contained in:
Michael Davies 2016-03-18 03:12:32 +00:00
parent 98c06bd353
commit 282e6f059e

View File

@ -127,7 +127,7 @@ ironic_api_pip_packages:
- mysql-python
python_ironicclient_pip_packages:
- python_ironicclient
- python-ironicclient
ironic_conductor_apt_packages:
- libxml2-dev