3ecd1cbbc9
Raising NEW exception is bad practice, because we lose TraceBack. So all places like: except SomeException as e: raise e should be replaced by except SomeException: raise If we are doing some other actions before reraising we should store information about exception then do all actions and then reraise it. This is caused by eventlet bug. It lost information about exception if it switch threads. fixes bug 1191730 Change-Id: Id4aaadde7e69f0bc087cf6d96bb041d53feb131d |
||
---|---|---|
.. | ||
common | ||
db | ||
extensions | ||
models | ||
nexus | ||
test | ||
__init__.py | ||
l2device_plugin_base.py | ||
network_plugin.py | ||
README |
Cisco Quantum Virtual Network Plugin This plugin implements Quantum v2 APIs and helps configure topologies consisting of virtual and physical switches. For more details on use please refer to: http://wiki.openstack.org/cisco-quantum