python-openstackclient/releasenotes/notes/bug-1618676-04ff0f335b670567.yaml
Huanxuan Ao 7357b24d3a Add "--remote-source" option to "volume snapshot create" command
Add "--remote-source" option to "volume snapshot create" command
to support creating snapshot from an existing remote snapshot in
volume v2 (v2 only), also add the doc, unit tests and release note.

Change-Id: I9e5fad4f0db5b44d528eb6b930edbc816e392c3a
Implements: bp cinder-command-support
Closes-Bug: #1618676
Co-Authored-By: Sheel Rana <ranasheel2000@gmail.com>
2016-12-12 23:06:00 +08:00

6 lines
267 B
YAML

---
features:
- Add ``--remote-source`` option to ``volume snapshot create`` command to support
creating volume snapshot from an existing remote volume snapshot in volume v2.
[Bug `1618676 <https://bugs.launchpad.net/python-openstackclient/+bug/1618676>`_]