summaryrefslogtreecommitdiff
path: root/openstack_dashboard/defaults.py
diff options
context:
space:
mode:
Diffstat (limited to 'openstack_dashboard/defaults.py')
-rw-r--r--openstack_dashboard/defaults.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/openstack_dashboard/defaults.py b/openstack_dashboard/defaults.py
index 8d8e4ae8a..ed8e90de3 100644
--- a/openstack_dashboard/defaults.py
+++ b/openstack_dashboard/defaults.py
@@ -353,6 +353,11 @@ OPENSTACK_ENDPOINT_TYPE = 'publicURL'
# external to the OpenStack environment. The default is None. This
# value should differ from OPENSTACK_ENDPOINT_TYPE if used.
SECONDARY_ENDPOINT_TYPE = None
+# OPENSTACK_KEYSTONE_ENDPOINT_TYPE specifies the endpoint type use from
+# service catalog when looking up the Keystone (identity) endpoint. The
+# default is 'publicURL' like OPENSTACK_ENDPOINT_TYPE to keep backward
+# compatibility.
+OPENSTACK_KEYSTONE_ENDPOINT_TYPE = 'publicURL'
# Set True to disable SSL certificate checks
# (useful for self-signed certificates):