Enable mod_wsgi in Nova API container

This patch modifies the Dockerfile for the Nova API so that
the 'root' user executes the container setup scripts.
This enables the container httpd configuration script to execute.

Change-Id: I374af00a374346840c12777a530d39768b28c908
Partially-Implements: blueprint add-ssl-internal-network
Depends-On: https://review.opendev.org/725962
This commit is contained in:
James Kirsch 2020-04-30 21:52:22 -07:00 committed by Radosław Piliszek
parent d5ad3c239f
commit c7482778aa
1 changed files with 0 additions and 2 deletions

View File

@ -67,5 +67,3 @@ RUN chmod 755 /usr/local/bin/kolla_nova_extend_start
{% block nova_api_footer %}{% endblock %}
{% block footer %}{% endblock %}
USER nova