[Bug 955054] [NEW] Wrong WSGI path in Ubuntu 12.04 B1
Launchpad Bug Tracker
955054 at bugs.launchpad.net
Thu Apr 12 12:04:29 UTC 2012
You have been subscribed to a public bug:
Installation of openstack-dashboard on Ubuntu 12.04 B1 isn't usable.
On logging in, no CSS or JS is loaded. On viewing the logs, getting
404s for /static/...*.js and .css.
Viewing /etc/apache2/conf.d/dashboard.conf saw a path issue:
<Directory /usr/share/openstack-dashboard/dashboard/wsgi>
Order allow,deny
Allow from all
</Directory>
When /usr/share/openstack-dashboard/dashboard/wsgi doesn't exist or match the WSGIscriptAlias line:
WSGIScriptAlias / /usr/share/openstack-dashboard/openstack_dashboard/wsgi/django.wsgi
On modifying this to match the correct path (given its just permissions)
it doesn't change the fact that 404s are still being reported - but that
needs to be fixed too.
** Affects: horizon
Importance: Critical
Assignee: Gabriel Hurley (gabriel-hurley)
Status: Fix Released
** Affects: horizon (Ubuntu)
Importance: Undecided
Status: New
** Tags: patch
--
Wrong WSGI path in Ubuntu 12.04 B1
https://bugs.launchpad.net/bugs/955054
You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to horizon in Ubuntu.
More information about the Ubuntu-server-bugs
mailing list