bifrost/releasenotes/notes/keystone-admin-9eadd531de3f20ce.yaml
Dmitry Tantsur 05c13dfd9e Keystone: deprecate the separate admin service
It's not needed since Identity v3 and only consumes resources. Deprecate
it with the intention to drop it in Yoga.

Change-Id: I477042af86263422ea12f6e9bf710bfff89e36c4
2021-08-26 16:15:06 +02:00

11 lines
392 B
YAML

---
upgrade:
- |
The ``admin`` Keystone endpoint will be upgraded from using port 35357
(a separate admin API) to use port 5000 (the default Identity API).
deprecations:
- |
The separate Keystone admin API (served at port 35357) is deprecated and
will be removed in a future release. Please update your applications to
refer to port 5000 only for Keystone operations.