django_openstack_auth/openstack_auth
Thomas Bechtold e008112d0f Fix "Add API version to identity endpoint URLs"
Change Ieff5a6cdd1ad352a9731d46785802e8c36adcdd1 introduced an
uncomplete fix when trying to fix the auth_url.
Given the case that a auth url already has a version included, an extra
version was added. This leads to messages in the keystone.log that
horizon is trying to authenticate with "POST /v3/v3/auth/tokens
HTTP/1.1".
Use urlparse correctly and also add a testcase for fix_auth_url_version().

Change-Id: I80fb310d95e8fdab1212fc5b092a37fd7b26a37a
Closes-Bug: 1508421
2016-02-05 22:58:55 +01:00
..
locale Update translation setup 2016-01-31 00:10:47 +09:00
plugin Move d-o-a auth library to keystoneauth 2015-12-09 13:46:45 +00:00
tests Fix "Add API version to identity endpoint URLs" 2016-02-05 22:58:55 +01:00
__init__.py updating version specification 2014-01-09 10:40:58 -07:00
backend.py Add convenient method to get admin roles and permissions 2016-02-04 01:04:20 +00:00
exceptions.py Fix H4xx docstring issues 2014-07-29 16:32:38 +00:00
forms.py Fix the py27dj19 tests 2016-01-15 13:12:24 +00:00
models.py Replace default User model PK 2015-09-14 13:07:49 +10:00
policy.py Merge "Update url_for parameter for domain policy check" 2016-01-14 07:50:22 +00:00
urls.py Add authentication using openID and SAML 2015-03-31 11:10:21 -07:00
user.py Add convenient method to get admin roles and permissions 2016-02-04 01:04:20 +00:00
utils.py Fix "Add API version to identity endpoint URLs" 2016-02-05 22:58:55 +01:00
views.py Fix the py27dj19 tests 2016-01-15 13:12:24 +00:00