Comment 2 for bug 1426053

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

Reviewed: https://review.openstack.org/159583
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=70f87303598abfa7be73dc7f2333f2aaaaac1e3e
Submitter: Jenkins
Branch: master

commit 70f87303598abfa7be73dc7f2333f2aaaaac1e3e
Author: Vijendar Komalla <email address hidden>
Date: Thu Feb 26 13:29:32 2015 -0600

    Handle deleting status during volume detachment

    VolumeAttachment resource is throwing exception during
    detachment if the volume is in deleting status. This change
    is to skip detachment if the volume is in deleting
    status.

    Change-Id: I8a7f4f1c95d64c123ea76150cc80a6ef12532e8b
    Closes-Bug: #1426053