Comment 6 for bug 1630783

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (stable/newton)

Reviewed: https://review.openstack.org/384696
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=20898389cb152cec3a7bf169358e8d35cd57f205
Submitter: Jenkins
Branch: stable/newton

commit 20898389cb152cec3a7bf169358e8d35cd57f205
Author: Ken'ichi Ohmichi <email address hidden>
Date: Wed Oct 5 14:14:30 2016 -0700

    Add error handling for delete-volume API

    Due to lack of an error handling, delete-volume API returns HTTP500
    error when deleting an attached volume.
    This patch adds the error handling.

    The corresponding Tempest test is Idb6267be770bcf2541595babebf269cdc71c2b8d

    Closes-Bug: #1630783
    Change-Id: Ia07556b2dc18678baa4c8fbd65820d8047362ef9
    (cherry picked from commit 2afc4e466958b19a4cbb9147abb69f54a06bd507)