From 282e6f059e73beafef9f4d9490c164e32d720c66 Mon Sep 17 00:00:00 2001 From: Michael Davies Date: Fri, 18 Mar 2016 03:12:32 +0000 Subject: [PATCH] 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 --- defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults/main.yml b/defaults/main.yml index 73f28289..cedc702e 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -127,7 +127,7 @@ ironic_api_pip_packages: - mysql-python python_ironicclient_pip_packages: - - python_ironicclient + - python-ironicclient ironic_conductor_apt_packages: - libxml2-dev