neutron/neutron/scheduler
Rodolfo Alonso Hernandez 5f8af42dbd 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
(cherry picked from commit 2bb514f2d7)
2020-06-26 09:59:27 +00:00
..
__init__.py Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
base_resource_filter.py Add binding_index to NetworkDhcpAgentBinding 2019-08-29 12:52:07 +04:00
base_scheduler.py L3 agent scheduler should return a valid index if manual scheduling 2020-06-26 09:59:27 +00:00
dhcp_agent_scheduler.py L3 agent scheduler should return a valid index if manual scheduling 2020-06-26 09:59:27 +00:00
l3_agent_scheduler.py Switch to new engine facade for Schedulers 2019-06-12 19:46:25 +00:00
l3_ovn_scheduler.py [OVN] Import OVN Client, L3 and QoS related code 2019-12-14 19:17:40 +00:00