Description: Ubuntu theme for the Openstack dashboard
A custom Ubuntu theme for Horizon. This package is optional and overrides the
default theme and branding.
+
-diff -Naurp horizon-2014.2.b2.orig/openstack_dashboard/wsgi/django.wsgi horizon-2014.2.b2/openstack_dashboard/wsgi/django.wsgi
---- horizon-2014.2.b2.orig/openstack_dashboard/wsgi/django.wsgi 2014-07-23 15:25:01.000000000 -0400
-+++ horizon-2014.2.b2/openstack_dashboard/wsgi/django.wsgi 2014-07-25 11:19:00.825608706 -0400
-@@ -9,6 +9,8 @@ sys.path.insert(0, os.path.join(os.path.
+diff --git a/openstack_dashboard/wsgi/django.wsgi b/openstack_dashboard/wsgi/django.wsgi
+index 1be0e06..05c8631 100644
+--- a/openstack_dashboard/wsgi/django.wsgi
++++ b/openstack_dashboard/wsgi/django.wsgi
+@@ -9,6 +9,8 @@ sys.path.insert(0, os.path.join(os.path.dirname(os.path.realpath(__file__)), '..
os.environ['DJANGO_SETTINGS_MODULE'] = 'openstack_dashboard.settings'
sys.stdout = sys.stderr
+
DEBUG = False
- application = django.core.handlers.wsgi.WSGIHandler()
+ application = get_wsgi_application()