Package: openstack-dashboard-apache
Version: 2012.1-4
Severity: important
Tags: patch
Dear Maintainer,
The Horizon virtualhost misses some directives to serve the static files (css,
js, images).
See included patch for a fix.
Thanks.
-- System Information:
Debian Release: wheezy/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 3.2.0-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages openstack-dashboard-apache depends on:
ii libapache2-mod-wsgi 3.3-4
ii openstack-dashboard 2012.1-4
openstack-dashboard-apache recommends no packages.
openstack-dashboard-apache suggests no packages.
-- Configuration Files:
/etc/apache2/sites-available/openstack-dashboard changed [not included]
-- no debconf information
--- openstack-dashboard.dist 2012-06-28 19:16:29.000000000 +0200
+++ openstack-dashboard 2012-06-28 18:21:44.000000000 +0200
@@ -12,4 +12,12 @@
Order allow,deny
Allow from all
</Directory>
+
+ Alias /static /usr/share/openstack-dashboard/openstack_dashboard/static
+
+ <Directory /usr/share/openstack-dashboard/openstack_dashboard/static/>
+ Order allow,deny
+ Allow from all
+ </Directory>
+
</VirtualHost>