Comment 1 for bug 1600196

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-openstackclient (master)

Reviewed: https://review.openstack.org/339476
Committed: https://git.openstack.org/cgit/openstack/python-openstackclient/commit/?id=34812655a5b44623a04fc05f1a6c9110f4afbc25
Submitter: Jenkins
Branch: master

commit 34812655a5b44623a04fc05f1a6c9110f4afbc25
Author: Paul Bourke <email address hidden>
Date: Fri Jul 8 11:25:25 2016 +0000

    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