Merge "Update Heat dockerfiles for formatting"

This commit is contained in:
Jenkins 2016-04-13 07:48:09 +00:00 committed by Gerrit Code Review
commit 725505c906
2 changed files with 4 additions and 2 deletions

View File

@ -4,7 +4,8 @@ MAINTAINER {{ maintainer }}
{% if install_type == 'binary' %}
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
RUN yum -y install openstack-heat-api-cfn \
RUN yum -y install \
openstack-heat-api-cfn \
&& yum clean all
{% elif base_distro in ['ubuntu'] %}

View File

@ -4,7 +4,8 @@ MAINTAINER {{ maintainer }}
{% if install_type == 'binary' %}
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
RUN yum -y install openstack-heat-api \
RUN yum -y install \
openstack-heat-api \
&& yum clean all
{% elif base_distro in ['ubuntu'] %}