Comment 5 for bug 1971563

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (master)

Reviewed: https://review.opendev.org/c/openstack/nova/+/840446
Committed: https://opendev.org/openstack/nova/commit/a3a593ad55480d240d0dd17b0dcf1185ea1498b8
Submitter: "Zuul (22348)"
Branch: master

commit a3a593ad55480d240d0dd17b0dcf1185ea1498b8
Author: Balazs Gibizer <email address hidden>
Date: Wed May 4 14:20:56 2022 +0200

    Enable live_migration_events in nova-ovs-hybrid-plug

    The flag was added to prevent the source host neutron agents to trigger
    a vif-plugged event too early during a live migration. But actually it
    can be used in a more generic sense as the code filter on migration_to
    binding profile attribute.

    We saw too early vif-plugged events from neutron during evacuation in
    post part of the nova-ovs-hybrid-plug job. So this patch enables the
    workaround flag for this job too.

    Closes-Bug: #1971563
    Change-Id: Ifd20ece3a4f126da16f077247c2f1e072edb7163