summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorDr. Jens Harbott <harbott@osism.tech>2021-11-05 22:16:34 +0100
committerDr. Jens Harbott <harbott@osism.tech>2021-11-05 22:37:50 +0100
commitea6fe1da5d980e0f329c8b3abfa19d25400f366c (patch)
tree298cffee2580c2a665a405e0ae42857399982af5 /releasenotes
parentd5cb761763988217cdd00a7981a62e2083fd381f (diff)
downloadpython-keystoneclient-ea6fe1da5d980e0f329c8b3abfa19d25400f366c.tar.gz
Stop using an admin endpoint by default
With V3 of the identity API, we no longer need to have a dedicated admin endpoint, so stop requesting one by default, allowing deployments to actually work without one. Signed-off-by: Dr. Jens Harbott <harbott@osism.tech> Change-Id: I96cc9c14008bcc59992d06c89f8f50895390f11e
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/switch-default-interface-v3-dcd7167196ace531.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/releasenotes/notes/switch-default-interface-v3-dcd7167196ace531.yaml b/releasenotes/notes/switch-default-interface-v3-dcd7167196ace531.yaml
new file mode 100644
index 0000000..90709c0
--- /dev/null
+++ b/releasenotes/notes/switch-default-interface-v3-dcd7167196ace531.yaml
@@ -0,0 +1,7 @@
+---
+features:
+ - |
+ For sessions using the v3 Identity API, the default interface has been
+ switched from ``admin`` to ``public``. This allows deployments to get rid
+ of the admin endpoint, which functionally is no longer necessary with the
+ v3 API.