File: change-default-identity-endpoint-fab39579255c31bb.yaml

package info (click to toggle)
python-keystonemiddleware 10.9.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,288 kB
  • sloc: python: 10,017; makefile: 93; sh: 2
file content (11 lines) | stat: -rw-r--r-- 496 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
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``.