From ba4ef6b0a5643947e65385f7ef39b47d68a50d09 Mon Sep 17 00:00:00 2001 From: "Swapnil Kulkarni (coolsvap)" Date: Thu, 18 Aug 2016 19:38:51 +0530 Subject: [PATCH] Update openvswitch base Dockerfile to include footers This is not in sync with the current changes being merged for customization Change-Id: I7779a52cdeea9a4b6f7580388b86faa1d8c673eb Partially-implements: blueprint third-party-plugin-support --- docker/openvswitch/openvswitch-base/Dockerfile.j2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docker/openvswitch/openvswitch-base/Dockerfile.j2 b/docker/openvswitch/openvswitch-base/Dockerfile.j2 index d959407b6f..bff6d411bf 100644 --- a/docker/openvswitch/openvswitch-base/Dockerfile.j2 +++ b/docker/openvswitch/openvswitch-base/Dockerfile.j2 @@ -15,3 +15,6 @@ COPY extend_start.sh /usr/local/bin/kolla_extend_start RUN touch /usr/local/bin/kolla_openvswitch_extend_start \ && chmod 755 /usr/local/bin/kolla_extend_start /usr/local/bin/kolla_openvswitch_extend_start + +{% block openvswitch_base_footer %}{% endblock %} +{% block footer %}{% endblock %}