From c7482778aa942fee15d7ba84fdff438cea132491 Mon Sep 17 00:00:00 2001 From: James Kirsch Date: Thu, 30 Apr 2020 21:52:22 -0700 Subject: [PATCH] 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 --- docker/nova/nova-api/Dockerfile.j2 | 2 -- 1 file changed, 2 deletions(-) diff --git a/docker/nova/nova-api/Dockerfile.j2 b/docker/nova/nova-api/Dockerfile.j2 index bc84ca80c9..f0fdb8dcb4 100644 --- a/docker/nova/nova-api/Dockerfile.j2 +++ b/docker/nova/nova-api/Dockerfile.j2 @@ -67,5 +67,3 @@ RUN chmod 755 /usr/local/bin/kolla_nova_extend_start {% block nova_api_footer %}{% endblock %} {% block footer %}{% endblock %} - -USER nova