Merge "Add missing footer block to mistral base image"

This commit is contained in:
Zuul 2018-12-19 16:01:14 +00:00 committed by Gerrit Code Review
commit 19348cde88
1 changed files with 2 additions and 0 deletions

View File

@ -52,3 +52,5 @@ COPY extend_start.sh /usr/local/bin/kolla_extend_start
RUN touch /usr/local/bin/kolla_mistral_extend_start \
&& chmod 755 /usr/local/bin/kolla_extend_start /usr/local/bin/kolla_mistral_extend_start
{% block mistral_base_footer %}{% endblock %}