Comment 13 for bug 1883513

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron (stable/ussuri)

Reviewed: https://review.opendev.org/738178
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=1b86aff85e9d3c17e8243070d004da0cde1c0bdb
Submitter: Zuul
Branch: stable/ussuri

commit 1b86aff85e9d3c17e8243070d004da0cde1c0bdb
Author: Rodolfo Alonso Hernandez <email address hidden>
Date: Tue Jun 16 10:28:50 2020 +0000

    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
    (cherry picked from commit ed56429548dd8d08de10a7d451680a43e34c865c)