Comment 3 for bug 1273730

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

Reviewed: https://review.openstack.org/327500
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=8398ec0d771dd8e4944034ec2e658c747671de3e
Submitter: Jenkins
Branch: master

commit 8398ec0d771dd8e4944034ec2e658c747671de3e
Author: Hong Hui Xiao <email address hidden>
Date: Sat Aug 20 09:06:10 2016 -0400

    Add mechanism driver error details to MechanismDriverError

    Now the ML2 core plugin maps driver errors to MechanismDriverError
    and hides the error details from the caller.

    This patch change MechanismDriverError from an instance of
    NeutronException to an instance of MultipleExceptions. Add add
    exceptions from mechanism driver as inner_exceptions of
    MultipleExceptions. As a result, the api layer will unwrap the
    MechanismDriverError and return the real error to client.

    Change-Id: I3a46932848d59f7f027640bfb598650f064b0a12
    Closes-bug: #1273730