Use the User model from d-o-a

This patch moves us to explicitly using the replacement User
model from django-openstack-auth.

Change-Id: I558b9e0af3dd4c2029f1376cb9da08ef0bcc142e
Closes-Bug: 1491117
Depends-On: I86030706cc5d188c1537094657e90565f2ad8c05
This commit is contained in:
Richard Jones 2015-09-11 16:16:44 +10:00
parent 1f79578f58
commit ee2771ab1a
1 changed files with 1 additions and 0 deletions

View File

@ -172,6 +172,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'