neutron/neutron/plugins/ml2/common
Yalei Wang 73845d564c Pass the extension driver exception to plugin
The extension driver is intercepted by driver manager currently. It will
cover the errors/exceptions happened in extension drivers. The extension
process will continue even if preceding extension driver get a wrong/useless
extended result, or even no result.
This patch make process_[create|update]_<resource>() and
extend_<resource>_dict() methods return the exception, and log it with proper
level respectively, and also include a minor optimization for the
extend_<resource>_dict() methods.

Change-Id: I20a249c47b58292125476bc44b2372ca959509e3
Closes-Bug: #1468990
2015-08-07 17:16:17 +08:00
..
__init__.py Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
exceptions.py Pass the extension driver exception to plugin 2015-08-07 17:16:17 +08:00