Comment 2 for bug 1596443

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

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

commit fc719f998ce5f826d42f49aecf4f437e6d07857a
Author: Huanxuan Ao <email address hidden>
Date: Mon Jun 27 16:59:51 2016 +0800

    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