<VirtualHost *:80>
ServerAdmin webmaster@localhost
WSGIScriptAlias / /usr/share/openstack-dashboard/openstack_dashboard/wsgi/django.wsgi
- WSGIDaemonProcess horizon user=www-data group=www-data
+ WSGIDaemonProcess horizon user=horizon group=horizon
#WSGIProcessGroup openstack-dashboard
Alias /static /usr/share/openstack-dashboard/openstack_dashboard/static
a warning an harmless warning for the user.
* avoid openstack-dashboard-apache.postinst failure if the default vhost
has been removed.
- * adjust the secret-key group to www-data
+ * adjust the secret-key group to horizon
+ * run horizon with the horizon user/group
[ Thomas Goirand ]
* New upstream release (Icehouse beta 1).
# Compress the JS and CSS with python-compressor and python-lesscpy
/usr/share/openstack-dashboard/manage.py compress --force
+ rm /var/lib/openstack-dashboard/secret-key/.secret_key_store
chown -R www-data /var/lib/openstack-dashboard/secret-key
+
fi
#DEBHELPER#