Comment 14 for bug 1592906

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

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

commit 60639d76a742852e18f9e2889c480be95596c268
Author: Huanxuan Ao <email address hidden>
Date: Tue Jul 12 12:44:55 2016 +0800

    Support bulk deletion for delete commands in identityv3

    Support bulk deletion for delete commands in the list below
    identity/v3/consumer
    identity/v3/credential
    identity/v3/domain
    identity/v3/ec2creds
    identity/v3/endpoint
    identity/v3/federation_protocol
    identity/v3/identity_provider
    identity/v3/mapping
    identity/v3/policy
    identity/v3/region
    identity/v3/service_provider
    identity/v3/service

    The unit test in identityv3 need to be refactored, so I add
    some functional tests instead. I will add all unit tests at
    one time after the refactor completed.

    Change-Id: I82367570f59817b47c87b6c7bfeae95ccfe5c50e
    Closes-Bug: #1592906