* 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
--- /dev/null
+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 = (
fixed-removed-TemplateDoesNotExist.patch
handle-django.forms.util-rename.patch
explicitly-declare-app_label.patch
+add-openstack_auth-in-INSTALLED_APPS.patch