Comment 12 for bug 1592906

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

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

commit af7ab03693a5708102cf6746563da289e4c1e3b7
Author: Huanxuan Ao <email address hidden>
Date: Mon Jun 27 11:04:05 2016 +0800

    Support bulk deletion for delete commands in computev2

    Support bulk deletion and error handling for "keypair delete"
    and "service delete" commands in computev2.
    Up to now, all the delete commands in computev2 support bulk
    deletion.

    Change-Id: I6d5c960e9716188e56615514d0921618a15a88ec
    Partially-Implements: blueprint multi-argument-compute
    Partial-Bug: #1592906