]> review.fuel-infra Code Review - openstack-build/horizon-build.git/commitdiff
update patch according to horizon source code change I898b76d276e4db6d50f63a589e1df9d... 92/3992/4
authorVasyl Saienko <vsaienko@mirantis.com>
Wed, 25 Feb 2015 16:06:53 +0000 (18:06 +0200)
committerVasyl Saienko <vsaienko@mirantis.com>
Thu, 26 Feb 2015 07:40:19 +0000 (07:40 +0000)
Change-Id: I68a413c0c0cd483143cae237736b21c7115f08eb

debian/control
debian/patches/fix-dashboard-django-wsgi.patch

index 337bced5b439f431ff2869e1a36d35fd9fa50921..eb53583c80c1aceb635c162847cb34ee86f864a3 100644 (file)
@@ -104,3 +104,4 @@ Depends:
 Description: Ubuntu theme for the Openstack dashboard
  A custom Ubuntu theme for Horizon.  This package is optional and overrides the
  default theme and branding.
+
index d27489db990fe6969a0cef23d1468d004cc12414..edda8009932da35bd10d6609e388fca7d4527979 100644 (file)
@@ -1,7 +1,8 @@
-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
  
@@ -9,4 +10,4 @@ diff -Naurp horizon-2014.2.b2.orig/openstack_dashboard/wsgi/django.wsgi horizon-
 +
  DEBUG = False
  
- application = django.core.handlers.wsgi.WSGIHandler()
+ application = get_wsgi_application()