diff options
author | Zuul <zuul@review.opendev.org> | 2020-07-06 10:43:56 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2020-07-06 10:43:56 +0000 |
commit | 654d31a1bd32968bfa008a117a60b58e18d68df8 (patch) | |
tree | 31f8dca4e8a7bfa34023d3095b46431bc35732ef /releasenotes | |
parent | 88ef8df023696b141237a5e434dfde25c27d268d (diff) | |
parent | 8f9a596fffbb262481b32191a98b9169bc1618b1 (diff) | |
download | keystonemiddleware-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.yaml | 11 |
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``. |