Akihiro Motoki 3e5a940188 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
2014-03-02 09:03:19 +00:00
..
2013-07-06 15:02:43 -04:00
2013-11-16 09:06:16 -08:00