Add oslo.reports as a global dependency

oslo.reports is needed by several services.  I suspect more services
will need this package as time passes.

Change-Id: I306d03bb9fb62e2aed16113c1b547257a398cd1d
Closes-Bug: #1473232
This commit is contained in:
Steven Dake 2015-07-09 15:41:20 -07:00
parent 1726116b74
commit 89176acbba

View File

@ -103,7 +103,9 @@ RUN yum install -y \
python-werkzeug \
python-wsme \
&& yum clean all \
&& pip install oslo.service
&& pip install oslo.service \
&& pip install oslo.reports
# 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