Skip to content
Snippets Groups Projects
Commit d9db6bb8 authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Update heat base Dockerfile to include footers"

parents 24c55ff7 13709098
No related branches found
No related tags found
No related merge requests found
...@@ -29,3 +29,6 @@ COPY extend_start.sh /usr/local/bin/kolla_extend_start ...@@ -29,3 +29,6 @@ COPY extend_start.sh /usr/local/bin/kolla_extend_start
RUN usermod -a -G kolla heat \ RUN usermod -a -G kolla heat \
&& touch /usr/local/bin/kolla_heat_extend_start \ && touch /usr/local/bin/kolla_heat_extend_start \
&& chmod 755 /usr/local/bin/kolla_extend_start /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 %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment