Comment 5 for bug 1224770

Revision history for this message
Sebastien Badia (sbadia) wrote :

On Debian the user is still www-data, so we have now a problem on debian…

When installing Horizon with puppet-horizon, /var/log/horizon ends up with wrong ownership (horizon).
Horizon is now running under the user 'www-data', not 'horizon'.

WSGIDaemonProcess horizon user=www-data group=www-data
Please see http://anonscm.debian.org/gitweb/?p=openstack/horizon.git;a=blob;f=debian/apache-sites-available/openstack-dashboard.conf

But indeed on Ubuntu, it's ok (horizon_2014.1~b1-0ubuntu1.debian.tar.gz)
WSGIDaemonProcess horizon user=horizon group=horizon processes=3 threads=10