summaryrefslogtreecommitdiff
path: root/openstack_auth
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2018-01-18 13:41:58 +0000
committerGerrit Code Review <review@openstack.org>2018-01-18 13:41:58 +0000
commit697a9b2a3dba2063a4caeb5bc2ed47159744516a (patch)
tree61d56574ac40474960e7f897f51af87f91d50bbc /openstack_auth
parentc5901fe34c5f4a3a13480c449fef29088a0de21f (diff)
parent5a11dd64b1f1a44111fe945ec6005a1862283c6a (diff)
downloadhorizon-697a9b2a3dba2063a4caeb5bc2ed47159744516a.tar.gz
Merge "doc: cleanup unnecessary vertical lines"
Diffstat (limited to 'openstack_auth')
-rw-r--r--openstack_auth/utils.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/openstack_auth/utils.py b/openstack_auth/utils.py
index ce9998498..91ac31cb9 100644
--- a/openstack_auth/utils.py
+++ b/openstack_auth/utils.py
@@ -210,14 +210,14 @@ def get_websso_url(request, auth_url, websso_auth):
The value in WEBSSO_IDP_MAPPING is expected to be a tuple formatted as
(<idp_id>, <protocol_id>). Using the values found, a IdP/protocol
- specific URL will be constructed:
+ specific URL will be constructed::
/auth/OS-FEDERATION/identity_providers/<idp_id>
/protocols/<protocol_id>/websso
If no value is found from the WEBSSO_IDP_MAPPING dictionary, it will
treat the value as the global WebSSO protocol <protocol_id> and
- construct the WebSSO URL by:
+ construct the WebSSO URL by::
/auth/OS-FEDERATION/websso/<protocol_id>