From d206bd1b8bf3f26efd26b98002bd631ce47578f0 Mon Sep 17 00:00:00 2001 From: "Swapnil Kulkarni (coolsvap)" Date: Tue, 12 Apr 2016 21:24:29 +0530 Subject: [PATCH] Update Heat dockerfiles for formatting Change-Id: Ic6cc78f2d105dd6ae9de200fee40e9fa2031088f Partial-Bug:#1569417 --- docker/heat/heat-api-cfn/Dockerfile.j2 | 3 ++- docker/heat/heat-api/Dockerfile.j2 | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docker/heat/heat-api-cfn/Dockerfile.j2 b/docker/heat/heat-api-cfn/Dockerfile.j2 index 68d8f80cfc..aadd8b6c78 100644 --- a/docker/heat/heat-api-cfn/Dockerfile.j2 +++ b/docker/heat/heat-api-cfn/Dockerfile.j2 @@ -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'] %} diff --git a/docker/heat/heat-api/Dockerfile.j2 b/docker/heat/heat-api/Dockerfile.j2 index a7e9ed89b8..afa291f384 100644 --- a/docker/heat/heat-api/Dockerfile.j2 +++ b/docker/heat/heat-api/Dockerfile.j2 @@ -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'] %}