Comment 6 for bug 1436603

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

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

commit 5fdada85969ca770db60892e2c4f67d917efa0d5
Author: Walter A. Boring IV <email address hidden>
Date: Thu Mar 26 05:09:59 2015 +0000

    VMware: Fixed usage of volume instance_uuid

    instance_uuid and attached_host no longer exist in the volume object.
    They have been moved into the volume_attachment list attachments.

    This patch now tests for non-empty volume_attachment list instead of
    testing the existence of a non None value of instance_uuid.

    Change-Id: I04c46dc49849fb1e0abf955dcc6d7ec1ce5e57a5
    Closes-Bug: 1436603