File: support-api-wg-discovery-2cb4b0186619e124.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 (10 lines) | stat: -rw-r--r-- 456 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
---
features:
  - Added support for the API Working Group recommendations
    on service and version discovery. New methods on
    Session and Adapter, "get_endpoint_data" will return
    endpoint metadata including microversion information.
    Additionally, versions can be requested with a range
    and with the string "latest", and interface values
    can be given as a list in case a user wants to express
    a 'best available' set of preferences.