summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTobias Urdin <tobias.urdin@binero.se>2022-06-03 11:36:56 +0000
committerTobias Urdin <tobias.urdin@binero.com>2022-09-29 13:23:59 +0000
commitb22a6d65f7722eca9f6c264ee4b4a65ed2f0d031 (patch)
tree16c7592633bcd4bbf25a01128485ac58b89bcd76 /doc
parenta2b6e6c9bdce7323fd7876a1d22e14f8c1d42bab (diff)
downloadhorizon-b22a6d65f7722eca9f6c264ee4b4a65ed2f0d031.tar.gz
Add OPENSTACK_KEYSTONE_ENDPOINT_TYPE config opt
The [1] changed the previous behavior of Horizon by changing the hardcoded internal endpoint type to using OPENSTACK_ENDPOINT_TYPE so it's no longer possible to use internal endpoint type for Keystone but public for others. This adds the OPENSTACK_KEYSTONE_ENDPOINT_TYPE config opt to set the endpoint type for Keystone when grabbing it from the service catalog. [1] https://review.opendev.org/c/openstack/horizon/+/730781 Change-Id: I8438bedaf7cead452fc499e484d23690b48894d9
Diffstat (limited to 'doc')
-rw-r--r--doc/source/configuration/settings.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/source/configuration/settings.rst b/doc/source/configuration/settings.rst
index 487b0a623..dd104ab1a 100644
--- a/doc/source/configuration/settings.rst
+++ b/doc/source/configuration/settings.rst
@@ -595,6 +595,16 @@ Default: ``"publicURL"``
A string which specifies the endpoint type to use for the endpoints in the
Keystone service catalog.
+OPENSTACK_KEYSTONE_ENDPOINT_TYPE
+--------------------------------
+
+.. versionadded:: 23.1.0(Antelope)
+
+Default: ``"publicURL"``
+
+A string which specifies the endpoint type to use for the Keystone (identity)
+endpoint when looking it up in the service catalog.
+
OPENSTACK_HOST
--------------