]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Change to improve dhcp-agent sync_state
authorEd Bak <ed.bak2@hp.com>
Tue, 3 Dec 2013 23:00:23 +0000 (23:00 +0000)
committerEd Bak <ed.bak2@hp.com>
Thu, 5 Dec 2013 18:59:50 +0000 (18:59 +0000)
commit9f6ff7e312e6d6ddfc520bcfa8a4f40cf5806845
treebd2408e9646009dd25701dcc2b45c4547f665262
parent0b2d56cda70c1619489f15c3cf70763157b880f1
Change to improve dhcp-agent sync_state

Added a pool.waitall to dhcp-agent sync_state
to ensure that the last pool of threads are complete
before another sync_state begins.  Added another
log message to aid in debugging. Also added the
test_sync_state_waitall unit test.

Change-Id: I13d79a212672c4086e3082783743cb1ef2b48cfb
Closes-Bug: #1257514
neutron/agent/dhcp_agent.py
neutron/tests/unit/test_dhcp_agent.py