Comment 2 for bug 1611506

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

Reviewed: https://review.openstack.org/358119
Committed: https://git.openstack.org/cgit/openstack/python-manilaclient/commit/?id=9af0818cc5ae15d9901d241b8831b5067b6160c8
Submitter: Jenkins
Branch: master

commit 9af0818cc5ae15d9901d241b8831b5067b6160c8
Author: Faiz Abidi <email address hidden>
Date: Fri Aug 19 00:25:31 2016 -0400

    Allow deletion of multiple resources for some manila commands

    Commands like
     - security-service-delete
     - share-network-delete
     - share-server-delete
     - snapshot-delete
     - snapshot-force-delete
     - type-delete

    do not allow specifying more than one resource for deletion.

    Add support to allow deletion of multiple resources, and add
    unit tests for that.

    Change-Id: I3c484bcc1fb8d5a2c31680889863403f8e58ee74
    Closes-bug: #1611506