From 6360ccab600fcaef7b6e2e1bdcfe973e10bbc533 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Andr=C3=A9?= Date: Tue, 22 Sep 2015 14:36:15 +0900 Subject: [PATCH] Upgrade packages when installing openstack-clients This resolves the package versions conflicts we saw recently and fixes source image building gate. Change-Id: I489499e447ac1b7bb82ae9d69eb5b7fe7bd7591d Closes-Bug: #1498303 --- docker/openstack-base/Dockerfile.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/openstack-base/Dockerfile.j2 b/docker/openstack-base/Dockerfile.j2 index f7dec9e219..4fce55e36a 100644 --- a/docker/openstack-base/Dockerfile.j2 +++ b/docker/openstack-base/Dockerfile.j2 @@ -23,7 +23,7 @@ RUN apt-get install -y --no-install-recommends \ RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py \ && python get-pip.py \ && rm get-pip.py \ - && pip --no-cache-dir install \ + && pip --no-cache-dir install -U \ python-barbicanclient \ python-ceilometerclient \ python-congressclient \