neutron/neutron/scheduler
Rodolfo Alonso Hernandez 2bb514f2d7 L3 agent scheduler should return a valid index if manual scheduling
When retrieving a vacant L3 agent binding index, if
"is_manual_scheduling" is set, the method "get_vacant_binding_index"
should always 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.

Closes-Bug: #1884906

Change-Id: I0a89bca0734d3e735fb357e488f85589e81d709f
2020-06-24 15:37:23 +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 L3 agent scheduler should return a valid index if manual scheduling 2020-06-24 15:37:23 +00:00
dhcp_agent_scheduler.py L3 agent scheduler should return a valid index if manual scheduling 2020-06-24 15:37:23 +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