]> review.fuel-infra Code Review - openstack-build/horizon-build.git/commitdiff
Added add-openstack_auth-in-INSTALLED_APPS.patch.
authorThomas Goirand <thomas@goirand.fr>
Mon, 11 Jan 2016 04:36:38 +0000 (04:36 +0000)
committerThomas Goirand <thomas@goirand.fr>
Mon, 11 Jan 2016 04:36:38 +0000 (04:36 +0000)
Rewritten-From: 2b4d5133db4c7a4594c0119f51a49be9163ecb0f

trusty/debian/changelog
trusty/debian/patches/add-openstack_auth-in-INSTALLED_APPS.patch [new file with mode: 0644]
trusty/debian/patches/series

index a1d21c9940b942369ec180f184e0233f80a61797..e0d5d5256e7e0c6ff3969d4ac2ae0e52e3a50a0f 100644 (file)
@@ -6,6 +6,7 @@ horizon (2:8.0.0-4) unstable; urgency=medium
   * Added fixed-removed-TemplateDoesNotExist.patch.
   * Added handle-django.forms.util-rename.patch.
   * Added explicitly-declare-app_label.patch.
+  * Added add-openstack_auth-in-INSTALLED_APPS.patch.
 
  -- Thomas Goirand <zigo@debian.org>  Mon, 11 Jan 2016 02:54:28 +0000
 
diff --git a/trusty/debian/patches/add-openstack_auth-in-INSTALLED_APPS.patch b/trusty/debian/patches/add-openstack_auth-in-INSTALLED_APPS.patch
new file mode 100644 (file)
index 0000000..e98a636
--- /dev/null
@@ -0,0 +1,17 @@
+Description: Add openstack_auth in INSTALLED_APPS
+Author: Thomas Goirand <zigo@debian.org>
+Forwarded: no
+Last-Update: 2015-01-11
+
+--- horizon-8.0.0.orig/horizon/test/settings.py
++++ horizon-8.0.0/horizon/test/settings.py
+@@ -68,7 +68,8 @@ INSTALLED_APPS = (
+     'horizon',
+     'horizon.test',
+     'horizon.test.test_dashboards.cats',
+-    'horizon.test.test_dashboards.dogs'
++    'horizon.test.test_dashboards.dogs',
++    'openstack_auth'
+ )
+ MIDDLEWARE_CLASSES = (
index f401dfc874a6b70727fc06dc4f71ee1c2adc7392..2128e79c5331ce7189f29e944a26ce91c78c2cc8 100644 (file)
@@ -7,3 +7,4 @@ do-not-use-django.utils.unittest.patch
 fixed-removed-TemplateDoesNotExist.patch
 handle-django.forms.util-rename.patch
 explicitly-declare-app_label.patch
+add-openstack_auth-in-INSTALLED_APPS.patch