ooi

Comment 2 for bug 1624232

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

Reviewed: https://review.openstack.org/371328
Committed: https://git.openstack.org/cgit/openstack/ooi/commit/?id=c83d3efe8bdd0d917a3b63a02f9fe8259cf99faf
Submitter: Jenkins
Branch: master

commit c83d3efe8bdd0d917a3b63a02f9fe8259cf99faf
Author: Alvaro Lopez Garcia <email address hidden>
Date: Fri Sep 16 09:42:43 2016 +0200

    Check for the correct HTTP return code when deleting a volume

    We were checking for a 204, but it will return a 202, so the volume was
    deleted but we returned an error 500.

    Change-Id: Id6e7e7def231182ca2e00dca3426501557c5b87e
    Close-Bug: #1624232