File: version-discovery-a501c4e9e9869f77.yaml

package info (click to toggle)
python-openstacksdk 0.101.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 10,888 kB
  • sloc: python: 90,744; sh: 173; makefile: 21
file content (13 lines) | stat: -rw-r--r-- 502 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
features:
  - Version discovery is now done via the keystoneauth
    library. shade still has one behavioral difference
    from default keystoneauth behavior, which is that
    shade will use a version it understands if it can
    find one even if the user has requested a different
    version. This change opens the door for shade to
    start being able to consume API microversions as
    needed.
upgrade:
  - keystoneauth version 3.2.0 or higher is required
    because of version discovery.