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.yaml13
1 files changed, 5 insertions, 8 deletions
diff --git a/releasenotes/notes/keystone-endpoint-type-ab4151eca35e04c0.yaml b/releasenotes/notes/keystone-endpoint-type-ab4151eca35e04c0.yaml
index 686ffc15e..9f488cd79 100644
--- a/releasenotes/notes/keystone-endpoint-type-ab4151eca35e04c0.yaml
+++ b/releasenotes/notes/keystone-endpoint-type-ab4151eca35e04c0.yaml
@@ -1,11 +1,8 @@
---
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.
+ Added a new setting ``OPENSTACK_KEYSTONE_ENDPOINT_TYPE`` that can be used to
+ specify the endpoint type to use when talking to the identity API.
+ By default, ``OPENSTACK_ENDPOINT_TYPE`` is still referred for the identity
+ API, If you would like to use a different endpoint for the identity API,
+ you can use this setting.