nova/releasenotes/notes/train-require-cinder-3.44-6965b902dd230413.yaml
Matt Riedemann 270d5d351e Add nova-status upgrade check for minimum required cinder API version
The compute API has required cinder API >= 3.44 since Queens [1] for
working with the volume attachments API as part of the wider
volume multi-attach support.

In order to start removing the compatibility code in the compute API
this change adds an upgrade check for the minimum required cinder API
version (3.44).

[1] Ifc01dbf98545104c998ab96f65ff8623a6db0f28

Change-Id: Ic9d1fb364e06e08250c7c5d7d4bdb956cb60e678
2019-05-03 11:53:12 -04:00

7 lines
219 B
YAML

---
upgrade:
- |
The block-storage (cinder) version 3.44 API is now required when working
with volume attachments. A check has been added to the
``nova-status upgrade check`` command for this requirement.