]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Use save_and_reraise_exception when reraise exception
authorAkihiro Motoki <motoki@da.jp.nec.com>
Wed, 12 Feb 2014 14:18:36 +0000 (23:18 +0900)
committerThomas Goirand <thomas@goirand.fr>
Thu, 13 Mar 2014 07:20:21 +0000 (15:20 +0800)
commit7896ac2887cab933fd6409f8e9d0d0c4b2894462
tree8f2ab8cf095e53172149f68261d2e9ae650c9a75
parent40f7b0c144492999be2e953808072523e230601e
Use save_and_reraise_exception when reraise exception

This commit fixes neutron core and common codes.

Partial-Bug: #1279813
Change-Id: Id109924c7ff9b4f0d74c23665016a54bfd7dff77
13 files changed:
neutron/agent/l3_agent.py
neutron/agent/linux/utils.py
neutron/agent/metadata/agent.py
neutron/common/exceptions.py
neutron/db/agents_db.py
neutron/db/dhcp_rpc_base.py
neutron/db/loadbalancer/loadbalancer_db.py
neutron/db/vpn/vpn_db.py
neutron/policy.py
neutron/service.py
neutron/services/loadbalancer/drivers/haproxy/namespace_driver.py
neutron/services/service_base.py
neutron/wsgi.py