]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Fix dhcp agent rpc exception handling
authorMark McClain <mark.mcclain@dreamhost.com>
Fri, 7 Sep 2012 16:39:39 +0000 (12:39 -0400)
committerMark McClain <mark.mcclain@dreamhost.com>
Fri, 7 Sep 2012 16:43:22 +0000 (12:43 -0400)
commit64cd776da0c26f9324d3dc2918c321d4b6465d5e
tree8d3aed7c993e9bc10018df8ce6761df76496b6d2
parent363a0579dbc56a597e28a8adea5dc4b2ae6d9d7f
Fix dhcp agent rpc exception handling

fixes bug 1046904

This patch adds exception handling to log rpc exceptions.  Previously,
the agent would terminate due to uncaught errors during initialization.

Change-Id: I4835c1616e2ccfc9c42c591e8c7446db50721d01
quantum/agent/dhcp_agent.py
quantum/tests/unit/test_dhcp_agent.py