Merge "Update heat base Dockerfile to include footers"

This commit is contained in:
Jenkins 2016-08-19 14:14:58 +00:00 committed by Gerrit Code Review
commit d9db6bb81e
1 changed files with 3 additions and 0 deletions

View File

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