Comment 2 for bug 1436604

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

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

commit 8cd9e49a90f8ce7ee59420e4585c824e6dff889e
Author: Walter A. Boring IV <email address hidden>
Date: Wed Mar 25 16:33:16 2015 -0700

    Fixed access to instance_uuid in retype

    We missed an access to volume['instance_uuid']
    in the multiattach patch. The instance_uuid and attached_host
    were moved into the volume_attachment table.

    This patch changes how we test to see if a volume is available
    or not, but checking the new location.

    Change-Id: I8844cd8c2947845f9efb11a2a1371efee2d28bbe
    Closes-Bug: 1436604