Merge "Heat doesn't need to specify python-oslo-reports"
This commit is contained in:
commit
a0ac876494
@ -1,14 +1,7 @@
|
||||
FROM {{ namespace }}/{{ image_prefix }}openstack-base:{{ tag }}
|
||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
||||
|
||||
{% if install_type == 'binary' %}
|
||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||
|
||||
RUN yum -y install python-oslo-reports \
|
||||
&& yum clean all
|
||||
|
||||
{% endif %}
|
||||
{% elif install_type == 'source' %}
|
||||
{% if install_type == 'source' %}
|
||||
|
||||
ADD heat-base-archive /heat-base-source
|
||||
RUN ln -s heat-base-source/* heat \
|
||||
|
Loading…
Reference in New Issue
Block a user