Update pins on shade & os-client-config

Shade has new functionality we need for sanity checks. This also
requires a newer os-client-config.

Change-Id: If6d10f2ce90c7fc72353566554352b0310942f30
Partially-Implements: blueprint sanity-check-container
This commit is contained in:
Paul Bourke
2017-02-24 15:38:38 +00:00
parent 4bd72db9d0
commit 056f3f36b3

View File

@@ -60,9 +60,9 @@ RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py \
'pytz', 'pytz',
'ansible==2.1.1.0', 'ansible==2.1.1.0',
'MySQL-python', 'MySQL-python',
'os-client-config==1.16.0', 'os-client-config==1.26.0',
'pyudev', 'pyudev',
'shade==1.5.0' 'shade==1.16.0'
] %} ] %}
RUN {{ macros.install_pip(kolla_toolbox_pip_packages | customizable("pip_packages"), constraints = false) }} RUN {{ macros.install_pip(kolla_toolbox_pip_packages | customizable("pip_packages"), constraints = false) }}