summaryrefslogtreecommitdiff
path: root/releasenotes/notes/keystone-endpoint-type-ab4151eca35e04c0.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'releasenotes/notes/keystone-endpoint-type-ab4151eca35e04c0.yaml')
-rw-r--r--releasenotes/notes/keystone-endpoint-type-ab4151eca35e04c0.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/releasenotes/notes/keystone-endpoint-type-ab4151eca35e04c0.yaml b/releasenotes/notes/keystone-endpoint-type-ab4151eca35e04c0.yaml
new file mode 100644
index 000000000..686ffc15e
--- /dev/null
+++ b/releasenotes/notes/keystone-endpoint-type-ab4151eca35e04c0.yaml
@@ -0,0 +1,11 @@
+---
+features:
+ - |
+ Added new setting ``OPENSTACK_KEYSTONE_ENDPOINT_TYPE`` that can be used to
+ specify the endpoint type to use when talking to the identity API. The default
+ is set to the value of ``OPENSTACK_ENDPOINT_TYPE`` for backward compatibility.
+upgrade:
+ - |
+ If you are setting ``OPENSTACK_ENDPOINT_TYPE`` to change the default endpoint type
+ for Keystone you must now set ``OPENSTACK_KEYSTONE_ENDPOINT_TYPE`` as the former
+ now only applies to other services.