]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Reduce the severity of dhcp related log traces
authorarmando-migliaccio <amigliaccio@nicira.com>
Sat, 16 Nov 2013 18:07:31 +0000 (10:07 -0800)
committerarmando-migliaccio <armamig@gmail.com>
Mon, 18 Nov 2013 19:34:21 +0000 (11:34 -0800)
commitf1b9ac5a542a3125d757094fccda80c80c6dd420
treef5f9a5151308934ec3caab2c1b67e195bee3a9da
parent313fdd16140e9a42eb0f21d4a45406ae1c7adf25
Reduce the severity of dhcp related log traces

Due to timing issues, when the agent synchronizes
with the server wrt the representation of server's
and agent's networks, networks may have already
been deleted from the db. In such circumstances,
it is more appropriate to emit warnings rather than
full-blown exceptions as the agent handles these
circumstances just fine.

Close-bug: 1251874

Change-Id: I4b118b6087c7f42226f0d4265d2176c028d99f22
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