python-openstackclient/releasenotes/notes/bug-1600196-6a733dd4e3371df7.yaml
Paul Bourke 34812655a5 Add "--incremental" option to "backup create" command in volume v2
Cinder V2 API supports creating volume backup with "--incremental"
option. However, OSC doesn't support this argument. So this patch adds
the "--incremental" option to allow users to create incremental style
backups.

Change-Id: Iefac5f1a6c9ef006ad9c22d4250ae6df50504781
Closes-Bug: 1600196
2016-07-11 13:29:59 -04:00

7 lines
218 B
YAML

---
features:
- |
Add ``--incremental`` option to ``backup create`` command to allow users to
create incremental backups.
[Bug `1600196 <https://bugs.launchpad.net/python-openstackclient/+bug/1600196>`_]