mrunge pushed to python-django-horizon (master). "Updated patches from master-patches (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Thu May 21 16:43:57 UTC 2015


From 2d16684783e2eed7aa4c55f9fef1ecc181243857 Mon Sep 17 00:00:00 2001
From: Matthias Runge <mrunge at redhat.com>
Date: Thu, 21 May 2015 18:39:01 +0200
Subject: Updated patches from master-patches

Change-Id: I4e572508056f9001e9156339dc4f536c2d47622d

diff --git a/0019-Add-back-reference-to-AUTH_USER_MODEL.patch b/0019-Add-back-reference-to-AUTH_USER_MODEL.patch
new file mode 100644
index 0000000..1bd4d10
--- /dev/null
+++ b/0019-Add-back-reference-to-AUTH_USER_MODEL.patch
@@ -0,0 +1,23 @@
+From 2b20dcb80471f83cbcc1d1f02b8ae0a7c3c27492 Mon Sep 17 00:00:00 2001
+From: Matthias Runge <mrunge at redhat.com>
+Date: Thu, 21 May 2015 18:38:07 +0200
+Subject: [PATCH] Add back reference to AUTH_USER_MODEL
+
+Change-Id: I3e335fcb6187e9e4e301ea35d0c7658fd7afe83a
+Resolves: rhbz#1221117
+---
+ openstack_dashboard/settings.py | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/openstack_dashboard/settings.py b/openstack_dashboard/settings.py
+index 2539f6f..9120016 100755
+--- a/openstack_dashboard/settings.py
++++ b/openstack_dashboard/settings.py
+@@ -168,6 +168,7 @@ INSTALLED_APPS = [
+ TEST_RUNNER = 'django_nose.NoseTestSuiteRunner'
+ AUTHENTICATION_BACKENDS = ('openstack_auth.backend.KeystoneBackend',)
+ AUTHENTICATION_URLS = ['openstack_auth.urls']
++AUTH_USER_MODEL = 'openstack_auth.User'
+ MESSAGE_STORAGE = 'django.contrib.messages.storage.fallback.FallbackStorage'
+ 
+ SESSION_ENGINE = 'django.contrib.sessions.backends.signed_cookies'
diff --git a/python-django-horizon.spec b/python-django-horizon.spec
index 0cb31b4..e0e6bfa 100644
--- a/python-django-horizon.spec
+++ b/python-django-horizon.spec
@@ -34,6 +34,7 @@ Patch0015: 0015-Adapt-paths-for-theme-subpackage.patch
 Patch0016: 0016-Fixing-data-processing-operations-for-alternate-webr.patch
 Patch0017: 0017-More-theme-fixes.patch
 Patch0018: 0018-fix-region-selector-for-theme.patch
+Patch0019: 0019-Add-back-reference-to-AUTH_USER_MODEL.patch
 
 Source2:    openstack-dashboard-httpd-2.4.conf
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/python-django-horizon.git/commit/?h=master&id=2d16684783e2eed7aa4c55f9fef1ecc181243857


More information about the scm-commits mailing list