Comment 5 for bug 1279813

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

Reviewed: https://review.openstack.org/73295
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=6b13ee0c3b446b7fc4f440dd58c9226bf4abfdf8
Submitter: Jenkins
Branch: master

commit 6b13ee0c3b446b7fc4f440dd58c9226bf4abfdf8
Author: Akihiro Motoki <email address hidden>
Date: Thu Feb 13 02:51:45 2014 +0900

    Avoid using "raise" to reraise with modified exception

    The code changes the exception and reraises it.
    This commit changes the code to use the same way as
    excutils.save_and_reraise_exception does to ensure
    the exception context.

    This is the last patch of reraise clean up series.

    Closes-Bug: #1279813
    Change-Id: I8787dcbdc8321f75964de26e97cae395707aafc2