neutron/neutron/scheduler
Rodolfo Alonso Hernandez ed56429548 DhcpFilter should always return a valid index if "force_scheduling"
WHen retrieving a vacant DHCP agent binding index, if
"force_scheduling" is set, the method should return a valid binding
index. If the existing binding indexes are sequentially aligned,
the method will return a new one on top; if there is a gap in the
binding indexes list, the first free index will be returned.

Change-Id: Ib4cbeb7c9f0c1e959ad53570320610925ff3d88f
Closes-Bug: #1883513
2020-06-23 13:38:25 +00:00
..
__init__.py Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
base_resource_filter.py Remove usage of six.add_metaclass 2020-05-21 14:41:18 -04:00
base_scheduler.py Remove usage of six.add_metaclass 2020-05-21 14:41:18 -04:00
dhcp_agent_scheduler.py DhcpFilter should always return a valid index if "force_scheduling" 2020-06-23 13:38:25 +00:00
l3_agent_scheduler.py Remove usage of six.add_metaclass 2020-05-21 14:41:18 -04:00
l3_ovn_scheduler.py Remove usage of six.add_metaclass 2020-05-21 14:41:18 -04:00