Comment 2 for bug 1303781

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

Reviewed: https://review.openstack.org/85712
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=885efbcaad0ed6ae5ab362ea13eb7dee3abff2ae
Submitter: Jenkins
Branch: master

commit 885efbcaad0ed6ae5ab362ea13eb7dee3abff2ae
Author: Christopher Yeoh <email address hidden>
Date: Mon Apr 7 22:42:39 2014 +0930

    Adds missing expected_errors for V3 API multinic extension

    The V3 API multinic extension is missing the expected errors
    decorators which means that unexpected internal Nova exceptions
    are not caught correctly. This patch adds the expected error
    decorators.

    Change-Id: I99311275197bb5123079c8910855386252028dec
    Closes-Bug: 1303781