From 649a2a3c9e147b835053d4a186e159092762477d Mon Sep 17 00:00:00 2001 From: Steven Dake Date: Sun, 16 Aug 2015 14:54:32 -0700 Subject: [PATCH] Fix heat docker templates Heat docker templates were not pointing to correct base Change-Id: I170e9884ad179f0e3f6e5aba28074abbb7d5ed97 Partially-Implements: blueprint docker-templates --- docker_templates/heat/heat-api-cfn/Dockerfile.j2 | 2 +- docker_templates/heat/heat-api/Dockerfile.j2 | 2 +- docker_templates/heat/heat-engine/Dockerfile.j2 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docker_templates/heat/heat-api-cfn/Dockerfile.j2 b/docker_templates/heat/heat-api-cfn/Dockerfile.j2 index 6bebe6227d..ecff87b009 100644 --- a/docker_templates/heat/heat-api-cfn/Dockerfile.j2 +++ b/docker_templates/heat/heat-api-cfn/Dockerfile.j2 @@ -1,4 +1,4 @@ -FROM {{ namespace }}/{{ base_distro }}-{{ install_type }}-base:{{ tag }} +FROM {{ namespace }}/{{ base_distro }}-{{ install_type }}-heat-base:{{ tag }} MAINTAINER Kolla Project (https://launchpad.net/kolla) {% if install_type == 'binary' %} diff --git a/docker_templates/heat/heat-api/Dockerfile.j2 b/docker_templates/heat/heat-api/Dockerfile.j2 index 49552127ac..2688a32706 100644 --- a/docker_templates/heat/heat-api/Dockerfile.j2 +++ b/docker_templates/heat/heat-api/Dockerfile.j2 @@ -1,4 +1,4 @@ -FROM {{ namespace }}/{{ base_distro }}-{{ install_type }}-base:{{ tag }} +FROM {{ namespace }}/{{ base_distro }}-{{ install_type }}-heat-base:{{ tag }} MAINTAINER Kolla Project (https://launchpad.net/kolla) {% if install_type == 'binary' %} diff --git a/docker_templates/heat/heat-engine/Dockerfile.j2 b/docker_templates/heat/heat-engine/Dockerfile.j2 index 60ee1b6964..d080fec6a4 100644 --- a/docker_templates/heat/heat-engine/Dockerfile.j2 +++ b/docker_templates/heat/heat-engine/Dockerfile.j2 @@ -1,4 +1,4 @@ -FROM {{ namespace }}/{{ base_distro }}-{{ install_type }}-base:{{ tag }} +FROM {{ namespace }}/{{ base_distro }}-{{ install_type }}-heat-base:{{ tag }} MAINTAINER Kolla Project (https://launchpad.net/kolla) {% if install_type == 'binary' %}