WSGI configuration missing directive

WSGI configuration is missing the directive
"WSGIApplicationGroup %{GLOBAL}" after
WSGIProcessGroup" in the horizon template.
Of all WSGI configuration templates it is
the only one that does not have the
"WSGIApplicationGroup" line.

Change-Id: I3001901abbaae842f49179b6febf844337431afc
Closes-Bug: #1717922
(cherry picked from commit 8298afef01)
This commit is contained in:
Pierre Hanselmann 2017-09-20 11:19:07 +02:00
parent 5089711194
commit c5f9917713
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ TraceEnable off
WSGIProcessGroup horizon-http
WSGIScriptAlias / {{ python_path }}/openstack_dashboard/wsgi/django.wsgi
WSGIPassAuthorization On
WSGIApplicationGroup %{GLOBAL}
<Location "/">
Require all granted