Comment 2 for bug 1499524

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

Reviewed: https://review.openstack.org/227552
Committed: https://git.openstack.org/cgit/openstack/magnum/commit/?id=0d3a3035edd60b6129f121dd8c6de724f2b9736b
Submitter: Jenkins
Branch: master

commit 0d3a3035edd60b6129f121dd8c6de724f2b9736b
Author: Hongbin Lu <email address hidden>
Date: Thu Sep 24 16:48:35 2015 -0400

    Fix double-wrapping of exception in conductor

    In docker conductor, ContainerException are double-wrapped. In
    particular, methods with decorator @wrap_container_exception should
    not wrap a native exception into Container exception, since the
    decorator will wrap it again.

    Change-Id: If85db06c8bbee6bd58fde9ece13a4cc523e58e2d
    Closes-Bug: #1499524