Comment 6 for bug 1505153

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

Reviewed: https://review.openstack.org/233845
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=10438c0fc34bd088e018e1a5e8ec57b396528792
Submitter: Jenkins
Branch: master

commit 10438c0fc34bd088e018e1a5e8ec57b396528792
Author: Matt Riedemann <email address hidden>
Date: Mon Oct 12 14:39:32 2015 -0700

    Default ConvertedException code to 500

    webob 1.5.0 released on 10/11 has change f6c749011 which
    strictly enforces status codes in exceptions, and 0 is not
    a valid status code so tests fail.

    Change the default to 500 to match the default in the parent
    class in webob.

    Change-Id: If04eedb402092ca2cc307cb52f2231493c4375a2
    Closes-Bug: #1505153