From 451ba5378e6a2dcbf2459a59b12dcdb634657592 Mon Sep 17 00:00:00 2001 From: SamYaple Date: Tue, 22 Dec 2015 22:17:51 +0000 Subject: [PATCH] Pin shade and os-client-config Change-Id: I0f6b37ad59a1218d62c5c42c02c63066f44ffed7 Closes-Bug: #1528702 --- docker/kolla-ansible/Dockerfile.j2 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docker/kolla-ansible/Dockerfile.j2 b/docker/kolla-ansible/Dockerfile.j2 index 1cf9477171..b980eee767 100644 --- a/docker/kolla-ansible/Dockerfile.j2 +++ b/docker/kolla-ansible/Dockerfile.j2 @@ -39,8 +39,9 @@ RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py \ && pip install -U wheel \ && pip --no-cache-dir install \ MySQL-python \ - shade \ - pyudev + os-client-config==1.11.1 \ + pyudev \ + shade==1.3.0 RUN git clone --depth 1 -b v2.0.0-0.7.rc2 https://github.com/ansible/ansible.git \ && cd ansible \