nova/releasenotes/notes/drop-bandwidth-field-from-notifications-d98812a3256cd573.yaml
Stephen Finucane 2b02b66bae objects: Remove 'bandwidth' fields from notifications
Finish up removing these entries from the versioned instance
notifications. They're useless since we dropped support for the XenAPI
virt driver. The underlying model is retained for now: that will be
handled separately.

Change-Id: I774c50fca99bc655ca5010e3b9d8247b739293b3
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
2021-11-03 17:33:43 +00:00

10 lines
405 B
YAML

---
upgrade:
- |
The ``bandwidth`` field has been removed from the ``instance.exists`` and
``instance.update`` versioned notifications and the version for both
notifications has been bumped to 2.0. The ``bandwidth`` field was only
relevant when the XenAPI virt driver was in use, but this driver was
removed in the Victoria (22.0.0) release and the field has been a no-op
since.