Merge "Update openvswitch base Dockerfile to include footers"

This commit is contained in:
Jenkins 2016-08-19 02:24:45 +00:00 committed by Gerrit Code Review
commit 2cb242f5b8

View File

@ -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 %}