python-cinderclient/releasenotes/notes/volume-transfer-bug-23c760efb9f98a4d.yaml
Sean McGinnis 460229c609
Allow volume-transfer creation < 3.55 microversion
Handling for the new `no_snapshots` option was incorrectly handling
microversion evaluation that would prevent anything less than the new
microversion from working. This changes the check to only handle the
changed argument for 3.55 and later.

Change-Id: If96889ccde6044706e6a5dcd83fde3c20fe1c1fd
Closes-bug: #1784703
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2018-07-31 16:22:17 -05:00

9 lines
350 B
YAML

---
fixes:
- |
An issue was discovered with the way API microversions were handled for the
new volume-transfer with snapshot handling with microversion 3.55. This
release includes a fix to keep backwards compatibility with earlier
releases. See `bug #1784703
<https://bugs.launchpad.net/cinder/+bug/1784703>`_ for more details.