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:
parent
98c06bd353
commit
282e6f059e
@ -127,7 +127,7 @@ ironic_api_pip_packages:
|
||||
- mysql-python
|
||||
|
||||
python_ironicclient_pip_packages:
|
||||
- python_ironicclient
|
||||
- python-ironicclient
|
||||
|
||||
ironic_conductor_apt_packages:
|
||||
- libxml2-dev
|
||||
|
Loading…
x
Reference in New Issue
Block a user