summaryrefslogtreecommitdiff
path: root/openstack_auth/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'openstack_auth/urls.py')
-rw-r--r--openstack_auth/urls.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/openstack_auth/urls.py b/openstack_auth/urls.py
index a7d9dac..12d7cfb 100644
--- a/openstack_auth/urls.py
+++ b/openstack_auth/urls.py
@@ -26,7 +26,10 @@ urlpatterns = [
name='switch_tenants'),
url(r'^switch_services_region/(?P<region_name>[^/]+)/$',
views.switch_region,
- name='switch_services_region')
+ name='switch_services_region'),
+ url(r'^switch_keystone_provider/(?P<keystone_provider>[^/]+)/$',
+ views.switch_keystone_provider,
+ name='switch_keystone_provider')
]
if utils.is_websso_enabled():