File: allow_version_hack-flag-9b53b72d9b084c04.yaml

package info (click to toggle)
python-keystoneauth1 3.10.0-2%2Bdeb10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,860 kB
  • sloc: python: 16,336; xml: 285; makefile: 97
file content (9 lines) | stat: -rw-r--r-- 495 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
---
features:
  - A new flag `allow_version_hack` was added to identity plugins and the
    adapter which will allow a client to opt out of making guesses at the
    version url page of a service. This means that if a deployment is
    misconfigured and the service catalog contains a versioned endpoint that
    does not match the requested version the request will fail. This will be
    useful in beginning to require correctly deployed catalogs rather than
    continue to hide the problem.