Comment 6 for bug 1573488

Revision history for this message
Freerider (seanjohnmcgrath) wrote :

Hmm. Fixed. (at least in my environment).

root@mitakamaster:/etc/apache2/conf-enabled# cat openstack-dashboard.conf
WSGIScriptAlias /horizon /usr/share/openstack-dashboard/openstack_dashboard/wsgi/django.wsgi
WSGIDaemonProcess horizon user=horizon group=horizon processes=3 threads=10
WSGIProcessGroup horizon
WSGIApplicationGroup %{GLOBAL} <------ ADDED THIS
Alias /static /usr/share/openstack-dashboard/openstack_dashboard/static/
Alias /horizon/static /usr/share/openstack-dashboard/openstack_dashboard/static/
<Directory /usr/share/openstack-dashboard/openstack_dashboard/wsgi>
  Order allow,deny
  Allow from all
</Directory>

Restarted apache, and bingo. Dashboard access on ubuntu 14.04 / mitaka.