Comment 4 for bug 1632513

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

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

commit d2a4decffe3cc3a12624ff8e8f50b8c27c3b8775
Author: Ken'ichi Ohmichi <email address hidden>
Date: Tue Oct 11 16:27:10 2016 -0700

    Add InvalidInput handling for attach-volume

    If attaching the already attached volume to a server, Cinder returns
    HTTP400 response to Nova but Nova didn't except the response.
    Then Nova returned HTTP500 response to a client.
    Tempest test I594566704b9794457d224031802d9cbf132e765f reproduces
    this error case.

    Closes-Bug: #1632513
    Change-Id: I6718883cb6b42d9b816e3799324a166cbfe92b40
    (cherry picked from commit 21961e7bc5c9c9650597a9ed7f15a913fcab09d9)