Update Heat dockerfiles for formatting

Change-Id: Ic6cc78f2d105dd6ae9de200fee40e9fa2031088f
Partial-Bug:#1569417
This commit is contained in:
Swapnil Kulkarni (coolsvap) 2016-04-12 21:24:29 +05:30
parent 3f9f267a42
commit d206bd1b8b
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'] %}