neutron/neutron/scheduler
Eugene Nikanorov eed1b7cbdb Fix race condition in network scheduling to dhcp agent
Rarely dhcp agent rpc call get_active_networks_info() can interleave
with network scheduling initiated by create.port.end notification.
In this case scheduling raises and port creation returns 500.
Need to synchronize on DhcpNetworkBindings table.

Closes-Bug: #1276552
Change-Id: I52d94a40772a99c7032dba15b200bf0f21362f93
2014-02-06 15:40:54 +04:00
..
__init__.py Register agent schedulers options in one place 2013-07-09 13:24:26 +04:00
dhcp_agent_scheduler.py Fix race condition in network scheduling to dhcp agent 2014-02-06 15:40:54 +04:00
l3_agent_scheduler.py Add LeastRouters Scheduler to Neutron L3 Agent 2013-12-09 13:25:59 +01:00