
Maintain spec files for OpenStack packages. Start OpenStack daemons as native system services under different users. Write configuration to /etc. Implements: blueprint different-openstack-users Implements: blueprint purge-config Implements: blueprint package-novnc Change-Id: I454c1e88011c75997d879bf8b90cd87c8db3f123
20 lines
488 B
Plaintext
20 lines
488 B
Plaintext
WSGIDaemonProcess dashboard
|
|
WSGIProcessGroup dashboard
|
|
WSGISocketPrefix run/wsgi
|
|
|
|
WSGIScriptAlias /dashboard /usr/share/openstack-dashboard/openstack_dashboard/wsgi/django.wsgi
|
|
Alias /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>
|
|
|