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

Merge "Add oslo_service package to heat"

parents 71b3fde2 436749b6
No related branches found
No related tags found
No related merge requests found
FROM %%KOLLA_NAMESPACE%%/%%KOLLA_PREFIX%%base:%%KOLLA_TAG%%
MAINTAINER Kolla Project (https://launchpad.net/kolla)
# 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
RUN yum -y install python-oslo-policy && yum clean all
RUN yum -y install python-oslo-policy && yum clean all && pip install oslo.service
RUN mkdir -p /opt/kolla
COPY config-heat.sh /opt/kolla/config-heat.sh
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