]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Handle failures on update_dhcp_port
authorarmando-migliaccio <armamig@gmail.com>
Tue, 26 Nov 2013 22:45:24 +0000 (14:45 -0800)
committerarmando-migliaccio <armamig@gmail.com>
Wed, 4 Dec 2013 11:39:22 +0000 (03:39 -0800)
commitb48ddb648b4fe1b428328a91d0a045b837119f29
tree4522373bfa9fe14cf1d054f6370e4039542855d8
parentbff120a4775a1b1f3846a27c38d8eff4a678fd24
Handle failures on update_dhcp_port

Ensure exceptions due to conflicting
state of network or subnet resources
are dealt with by the dhcp agent.

Closes-bug:  #1253344
Related-bug: #1243726

Change-Id: I4fd51442c034fabc91d5a3f065f4df98f5fad35b
neutron/agent/dhcp_agent.py
neutron/agent/linux/dhcp.py
neutron/db/dhcp_rpc_base.py
neutron/tests/unit/test_db_rpc_base.py
neutron/tests/unit/test_dhcp_agent.py