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:
parent
d318e5c1a1
commit
535fe5c37b
@ -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
|
||||
|
@ -21,5 +21,3 @@ RUN chmod 755 /usr/local/bin/kolla_heat_extend_start
|
||||
|
||||
{% block heat_api_footer %}{% endblock %}
|
||||
{% block footer %}{% endblock %}
|
||||
|
||||
USER heat
|
||||
|
Loading…
x
Reference in New Issue
Block a user