File: version-discovery-a501c4e9e9869f77.yaml

package info (click to toggle)
python-openstacksdk 4.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 13,712 kB
  • sloc: python: 127,028; sh: 153; makefile: 23
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.