
StarlingX stopped supporting CentOS builds in the after release 7.0. This update will strip CentOS from our code base. It will also remove references to the failed OpenSUSE feature as well. Story: 2011110 Task: 49963 Change-Id: I2979f438571d872bcb43b5424549c824a8a86c30 Signed-off-by: Scott Little <scott.little@windriver.com>
20 lines
498 B
Plaintext
20 lines
498 B
Plaintext
WSGIDaemonProcess dashboard
|
|
WSGIProcessGroup dashboard
|
|
WSGISocketPrefix run/wsgi
|
|
|
|
WSGIScriptAlias /dashboard /usr/share/openstack-dashboard/openstack_dashboard/wsgi/django.wsgi
|
|
Alias /dashboard/static /usr/share/openstack-dashboard/static
|
|
|
|
<Directory /usr/share/openstack-dashboard/openstack_dashboard/wsgi>
|
|
Options All
|
|
AllowOverride All
|
|
Require all granted
|
|
</Directory>
|
|
|
|
<Directory /usr/share/openstack-dashboard/static>
|
|
Options All
|
|
AllowOverride All
|
|
Require all granted
|
|
</Directory>
|
|
|