diff --git a/openstack_dashboard/settings.py b/openstack_dashboard/settings.py index 3cac3f0c94..efef4fb940 100644 --- a/openstack_dashboard/settings.py +++ b/openstack_dashboard/settings.py @@ -229,7 +229,7 @@ INSTALLED_APPS = [ TEST_RUNNER = 'django_nose.NoseTestSuiteRunner' AUTHENTICATION_BACKENDS = ('openstack_auth.backend.KeystoneBackend',) -MESSAGE_STORAGE = 'django.contrib.messages.storage.cookie.CookieStorage' +MESSAGE_STORAGE = 'django.contrib.messages.storage.fallback.FallbackStorage' SESSION_ENGINE = 'django.contrib.sessions.backends.signed_cookies' SESSION_COOKIE_HTTPONLY = True