From 1370909830dfe39703b516b0534551a2c2009720 Mon Sep 17 00:00:00 2001 From: "Swapnil Kulkarni (coolsvap)" Date: Thu, 18 Aug 2016 19:34:20 +0530 Subject: [PATCH] Update heat base Dockerfile to include footers This is not in sync with the current changes being merged for customization Change-Id: Ic6bbf32e2e48efef7cc0c5a3112a7fd8d09a5db6 Partially-implements: blueprint third-party-plugin-support --- docker/heat/heat-base/Dockerfile.j2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docker/heat/heat-base/Dockerfile.j2 b/docker/heat/heat-base/Dockerfile.j2 index 23287ee09d..be0581aa22 100644 --- a/docker/heat/heat-base/Dockerfile.j2 +++ b/docker/heat/heat-base/Dockerfile.j2 @@ -29,3 +29,6 @@ COPY extend_start.sh /usr/local/bin/kolla_extend_start RUN usermod -a -G kolla heat \ && touch /usr/local/bin/kolla_heat_extend_start \ && chmod 755 /usr/local/bin/kolla_extend_start /usr/local/bin/kolla_heat_extend_start + +{% block heat_base_footer %}{% endblock %} +{% block footer %}{% endblock %}