File: fix-for-microversion-70cd686b6d6e3fd0.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 (14 lines) | stat: -rw-r--r-- 703 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
fixes:
  - |
    In April 2019 the microversion support for the Server resource was increased
    to ``2.72``. Unfortunately, due to an issue with version discovery documents,
    this increase never actually became effective. A fix is coming in ``3.17.2`` of
    ``keystoneauth`` which will unbreak version discovery and cause the microversion
    support to start working.
upgrade:
  - |
    Due to the fix in microversion support in `keystoneauth`, Servers will be
    fetched using microversion ``2.72``. Code that assumes the existence of a
    ``flavor.id`` field in the Server record should be removed, as it does not exist
    in new microversions and cannot be filled in behind the scenes.