c57b38011ce9c9183c0608b2ffede2a6e7592f11
This change makes it so that the auth_url you have configured will be the primary region used during initial login. This will help make multi region keystone / horizon deployments more reliable and predictable. Also, it may perform better if horizon is configured to point to the nearest auth_url in multi region setups. Change-Id: I99d40ed580a25f3694fbbd8e54d0b6416907f31b Closes-bug: #1531003
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