From e0f9ad5a02543240ad1d656140e51f4125e44ee5 Mon Sep 17 00:00:00 2001 From: Corey Bryant Date: Wed, 14 Mar 2018 16:38:33 +0000 Subject: [PATCH] Align Ocata Apache conf with other releases This runs the Apache conf for Ocata under horizon:horizon as we already do for other releases. Change-Id: I07775bd13c117b8a56295f348a9383c8ecb1ed76 Partial-bug: #1755027 --- templates/ocata/openstack-dashboard.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/ocata/openstack-dashboard.conf b/templates/ocata/openstack-dashboard.conf index e22b3cfa..99feddfb 100644 --- a/templates/ocata/openstack-dashboard.conf +++ b/templates/ocata/openstack-dashboard.conf @@ -1,5 +1,5 @@ WSGIScriptAlias {{ webroot }} /usr/share/openstack-dashboard/openstack_dashboard/wsgi/django.wsgi -WSGIDaemonProcess horizon user=www-data group=www-data processes={{ processes }} threads=10 +WSGIDaemonProcess horizon user=horizon group=horizon processes={{ processes }} threads=10 WSGIProcessGroup horizon Alias /static /var/lib/openstack-dashboard/static/ Alias /horizon/static /var/lib/openstack-dashboard/static/