9874fa81d7
We updated the server record for 2.72 but missed some bits of inventory because we weren't actually gettting 2.72. Whoops. We need to clean the policy/policies fields in ServerGroup because otherwise they're considered dirty and None values are sent. Change-Id: Id1720774bc0f6f398d0739a466c7bd5c54182642
15 lines
703 B
YAML
15 lines
703 B
YAML
---
|
|
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.
|