From 41fe3ebd4b1570c83ddf45cb8c240528aa06a56c Mon Sep 17 00:00:00 2001 From: Akihiro Motoki Date: Sat, 8 Sep 2018 18:32:25 +0000 Subject: [PATCH] Update horizon wsgi wrapper to the recommended one During Rocky cycle, horizon updates the path of the wsgi wrapper to the one recommended by Django [1]. The old path will be dropped in the T release. [1] https://review.openstack.org/#/c/561802/ Related-Bug: #1763204 Change-Id: Ie942518b587d193a7de55ffcc0a2848406146eb2 --- files/apache-horizon.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/apache-horizon.template b/files/apache-horizon.template index bfd75678e3..efcfc0360b 100644 --- a/files/apache-horizon.template +++ b/files/apache-horizon.template @@ -1,5 +1,5 @@ - WSGIScriptAlias %WEBROOT% %HORIZON_DIR%/openstack_dashboard/wsgi/django.wsgi + WSGIScriptAlias %WEBROOT% %HORIZON_DIR%/openstack_dashboard/wsgi.py WSGIDaemonProcess horizon user=%USER% group=%GROUP% processes=3 threads=10 home=%HORIZON_DIR% display-name=%{GROUP} WSGIApplicationGroup %{GLOBAL}