vmware-nsx/neutron/services/l3_router/brocade
Angus Lees 1f138e25d3 Remove superfluous except/re-raise
This exception code catches all exceptions, and then always raises them
again.

More interestingly, it uses excutils.save_and_reraise_exception
incorrectly (outside a `with` statement), which triggers the pylint test
designed to catch exactly this.

Change-Id: Iab9d69944cbae5257682ac65ff2b8fba3ef7017e
2014-10-20 11:23:20 +11:00
..
__init__.py Layer 3 service plugin to support hardware based routing 2014-08-28 17:46:56 -07:00
l3_router_plugin.py Remove superfluous except/re-raise 2014-10-20 11:23:20 +11:00