]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Don't notify dead DHCP agent of removed networks
authorEugene Nikanorov <enikanorov@mirantis.com>
Mon, 9 Mar 2015 08:25:47 +0000 (11:25 +0300)
committerEugene Nikanorov <enikanorov@mirantis.com>
Tue, 10 Mar 2015 11:24:53 +0000 (14:24 +0300)
commitfa519080a17529db3bcd4c9000a649b26a225d11
treee6f9aba3810f15a680fbf464a3e1906b4da4e799
parentebc1469a7e3489ad028ed36fca07883fba889401
Don't notify dead DHCP agent of removed networks

This is needed to avoid a case when agent sees network
removal notifications on startup. Processing of those notifications
may overlap with processing of active networks and DHCP might be
disabled on some of active networks as a result.

Change-Id: I8271e8fce8b4d80a339f598b98467694774a299e
Closes-Bug: #1429737
neutron/db/agentschedulers_db.py
neutron/tests/unit/test_dhcp_scheduler.py