python-openstackclient/releasenotes/notes/bug-1596443-9e2af267e91d1643.yaml
Huanxuan Ao fc719f998c Add "--force" option to "backup create" command in volumev2
Cinder V2 API supports creating volume backup with "--force"
option. However, OSC doesn't support this argument. So this
patch add the "--force" option to allow users to back up a
in-use volume.

Change-Id: I326f8d6172b2830da4cf1317348af50142cc5490
Closes-Bug: #1596443
2016-06-27 16:59:51 +08:00

7 lines
187 B
YAML

---
features:
- |
Add ``--force`` option to ``backup create`` command to allow users to
back up an in-use volume.
[Bug `1596443 <https://bugs.launchpad.net/bugs/1596443>`_]