summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2020-07-06 10:43:56 +0000
committerGerrit Code Review <review@openstack.org>2020-07-06 10:43:56 +0000
commit654d31a1bd32968bfa008a117a60b58e18d68df8 (patch)
tree31f8dca4e8a7bfa34023d3095b46431bc35732ef /releasenotes
parent88ef8df023696b141237a5e434dfde25c27d268d (diff)
parent8f9a596fffbb262481b32191a98b9169bc1618b1 (diff)
downloadkeystonemiddleware-654d31a1bd32968bfa008a117a60b58e18d68df8.tar.gz
Merge "Change the default Identity endpoint to internal"victoria-em9.1.0stable/victoria
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/change-default-identity-endpoint-fab39579255c31bb.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/releasenotes/notes/change-default-identity-endpoint-fab39579255c31bb.yaml b/releasenotes/notes/change-default-identity-endpoint-fab39579255c31bb.yaml
new file mode 100644
index 0000000..48e9506
--- /dev/null
+++ b/releasenotes/notes/change-default-identity-endpoint-fab39579255c31bb.yaml
@@ -0,0 +1,11 @@
+---
+prelude: >
+ Since the removal of the Identity API v2 Keystone no longer has any
+ special functionality that requires using the admin endpoint for it. So
+ this release changes the default endpoint being used from ``admin`` to
+ ``internal``, allowing deployments to work without an admin endpoint.
+upgrade:
+ - |
+ [`bug 1830002 <https://bugs.launchpad.net/keystonemiddleware/+bug/1830002>`_]
+ The default Identity endpoint has been changed from ``admin`` to
+ ``internal``.