Merge "Install cachetools via pip in base image"

This commit is contained in:
Jenkins 2015-07-15 12:24:11 +00:00 committed by Gerrit Code Review
commit a8fc011ca7

View File

@ -104,7 +104,8 @@ RUN yum install -y \
python-wsme \
&& yum clean all \
&& pip install oslo.service \
&& pip install oslo.reports
&& pip install oslo.reports \
&& pip install cachetools
# TODO(inc0): when oslo_service lands in delorean, change pip to yum
# necessary until https://bugzilla.redhat.com/show_bug.cgi?id=1229477 is fixed