Merge "Upgrade packages when installing openstack-clients"

This commit is contained in:
Jenkins 2015-09-28 06:20:15 +00:00 committed by Gerrit Code Review
commit cb752f1e57

View File

@ -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 \