Comment 4 for bug 1458128

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

Reviewed: https://review.openstack.org/268283
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=bf2be3ddb6f9c716288c70bc7fb37c229e911788
Submitter: Jenkins
Branch: master

commit bf2be3ddb6f9c716288c70bc7fb37c229e911788
Author: Ryan McNair <email address hidden>
Date: Fri Jan 15 18:22:30 2016 +0000

    Make IBM drivers return snapshot object for cg ops

    Update the IBM drivers to return snapshot objects (instead of dicts)
    for create_cgsnapshot and delete_cgsnapshot. Also use the snapshot
    list param passed in instead of re-querying for snapshots. Any code
    that was already being touched was fixed up to use the Snapshot/Volume
    objects (instead of dicts) as well.

    The test scenarios use objects, test_gpfs needs to use valid UUIDs
    instead of simple string such as "cg-1234" or "123456"

    Co-Authored-By: Xinli Guan <email address hidden>

    Change-Id: I826811dfdf209fab91d16dc03decfca3993500a5
    Closes-Bug: #1458128