Install cachetools via pip in base image

Another missing dependency in RDO.

Change-Id: I2e9afb6dc46fe5cf081e0ab50d039ad1a05246f0
Closes-Bug: #1474676
This commit is contained in:
Steven Dake 2015-07-14 23:01:24 -07:00
parent 8bb49e9653
commit 6437af47e7

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