File: fix-for-microversion-70cd686b6d6e3fd0.yaml

package info (click to toggle)
python-openstacksdk 4.4.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 13,352 kB
  • sloc: python: 122,960; sh: 153; makefile: 23
file content (14 lines) | stat: -rw-r--r-- 703 bytes parent folder | download | duplicates (3)
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.