Merge "Enable settings/change password on keystone v3"

This commit is contained in:
Jenkins 2014-03-31 07:42:34 +00:00 committed by Gerrit Code Review
commit d494d1b290
1 changed files with 3 additions and 0 deletions

View File

@ -211,3 +211,6 @@ FLAVOR_EXTRA_KEYS = {
('quota:outbound_average', 'Quota: Outbound average'),
]
}
# The openstack_auth.user.Token object isn't JSON-serializable ATM
SESSION_SERIALIZER = 'django.contrib.sessions.serializers.PickleSerializer'