d8f5c949df8adea1e932e9ff3d1f39a1af014d16
Two new attributes were recently added to token object: 'unscoped_token' and 'is_federated'. When performing an upgrade, the existing token object stored in the session will not have the two attributes yet. This patch fixes the issue by providing a default value so it won't interrupt service for existing login user during an upgrade. Change-Id: I6adf974876294168e2326b5e10c14da2dd3e52ea Closes-bug: #1451934
Django OpenStack Auth
Django OpenStack Auth is a pluggable Django authentication backend
that works with Django's contrib.auth framework to
authenticate a user against OpenStack's Keystone Identity API.
The current version is designed to work with the Keystone v2.0 and v3 API.
You can view the installation instructions on Read The Docs.
- License: Apache License, Version 2.0
- Documentation: http://django-openstack-auth.readthedocs.org/en/latest/
- Source: http://git.openstack.org/cgit/openstack/django_openstack_auth/
- Bugs: https://bugs.launchpad.net/django-openstack-auth
Description