Add release note for force delete MV fix

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>
(cherry picked from commit fe69f67936)
This commit is contained in:
Sean McGinnis 2018-07-26 12:31:58 -05:00
parent d402747547
commit 869fab393b
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
---
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>`_.