Comment 10 for bug 1959750

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

Reviewed: https://review.opendev.org/c/openstack/neutron/+/829958
Committed: https://opendev.org/openstack/neutron/commit/d06384867f693b0a656dac010906b085897c05ac
Submitter: "Zuul (22348)"
Branch: stable/victoria

commit d06384867f693b0a656dac010906b085897c05ac
Author: Sahid Orentino Ferdjaoui <email address hidden>
Date: Mon Feb 14 13:52:10 2022 +0100

    segments: fix scheduling duplicate segments

    It has been reported by bug #1959750 that for a given network the
    agent is scheduling all segments reported by agent.

    This commit is fixing the issue by ensuring scheduling segments per
    network that they belong to only.
    A test has been updated to demonstract the fact that for a given
    network we only schedule the related segments.

    Closes-bug: #1959750
    Signed-off-by: Sahid Orentino Ferdjaoui <email address hidden>
    Change-Id: Icd57570004055903c6817a75d814ed65db3fa53c
    (cherry picked from commit b5b519a4faa52677d5b9d5553217ed40aac70483)