Skip to content
Snippets Groups Projects
Commit ceee4ea5 authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Add oslo.reports as a global dependency"

parents 5175f41f 89176acb
No related branches found
No related tags found
No related merge requests found
...@@ -103,7 +103,9 @@ RUN yum install -y \ ...@@ -103,7 +103,9 @@ RUN yum install -y \
python-werkzeug \ python-werkzeug \
python-wsme \ python-wsme \
&& yum clean all \ && 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 # 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 # necessary until https://bugzilla.redhat.com/show_bug.cgi?id=1229477 is fixed
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment