Skip to content
Snippets Groups Projects
Commit 574a8c10 authored by Steven Dake's avatar Steven Dake
Browse files

Include oslo_reports in installation of heat

Heat depends on oslo.reports but does not install it by default.

A previous commit reverted a pip install of this dependency, but
the Heat RPM isn't fixed upstream.

Change-Id: Idab85e6b2d0b158dfdd97edddfbaf305f55be37d
parent 3097d3e4
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)
RUN yum -y install \
python-oslo-reports \
&& yum clean all
COPY config-heat.sh /opt/kolla/
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