Modify Heat container to execute httpd setup

This patch modifies the Dockerfile for the Heat container so
that the root user will execute the container setup scripts. This
enables the container httpd configuration script to execute.

Partially-Implements: blueprint add-ssl-internal-network
Change-Id: Ib7936161bb42ee36d7875baffa31af5dff409844
This commit is contained in:
James Kirsch 2020-04-22 08:57:04 -07:00
parent d318e5c1a1
commit 535fe5c37b
2 changed files with 0 additions and 4 deletions

View File

@ -21,5 +21,3 @@ RUN chmod 755 /usr/local/bin/kolla_heat_extend_start
{% block heat_api_cfn_footer %}{% endblock %}
{% block footer %}{% endblock %}
USER heat

View File

@ -21,5 +21,3 @@ RUN chmod 755 /usr/local/bin/kolla_heat_extend_start
{% block heat_api_footer %}{% endblock %}
{% block footer %}{% endblock %}
USER heat