fe69f67936
Change Ida04fc8a7a7af541547ea196a3cbb5a287714eea fixed an issue where we were checking the wrong microversion for support of the force delete functionality. This adds a release note to call out that previously this call might have been working when using a lower microversion but will no longer be allowed. Related-bug: #1783028 Change-Id: I660c934da053b576f817cdd349949873b0c30193 Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
10 lines
424 B
YAML
10 lines
424 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Volume "force delete" was introduced with the 3.23 API microversion,
|
|
however the check for in the service was incorrectly looking for
|
|
microversion 3.2. That check has now been fixed. It is possible that an API
|
|
call using a microversion below 3.23 would previously work for this call,
|
|
which will now fail. This closes
|
|
`bug #1783028 <https://bugs.launchpad.net/cinder/+bug/1783028>`_.
|