Add Ocata template for openstack-dashboard.conf

The static Alias paths are updated to align with the Ocata package.

Change-Id: I0048d359184d9b87846d695cf2be8193c00385b6
Related-Bug: 1643964
This commit is contained in:
Corey Bryant 2016-11-24 14:28:47 +00:00
parent 4834c461aa
commit f84f72c0d3
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
WSGIScriptAlias {{ webroot }} /usr/share/openstack-dashboard/openstack_dashboard/wsgi/django.wsgi
WSGIDaemonProcess horizon user=horizon group=horizon processes=3 threads=10
WSGIProcessGroup horizon
{% if virtualenv %}
WSGIPythonHome {{ virtualenv }}
{% endif %}
Alias /static /usr/share/openstack-dashboard/static/
Alias /horizon/static /usr/share/openstack-dashboard/static/
<Directory /usr/share/openstack-dashboard/openstack_dashboard/wsgi>
Order allow,deny
Allow from all
</Directory>