Comment 4 for bug 1890596

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

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

commit b468514e99b9fcb4e0cee962a2e67f70a0ab9f24
Author: Jakub Libosvar <email address hidden>
Date: Thu Aug 6 14:47:24 2020 +0200

    migration: Restart OVS after setting protocols

    This patch is a workaround for bug in OVS [1]. The OVS is restarted
    after setting protocols for the integration bridge. This will cause
    a data plane disruption. We can remove the workaround once
    the bug [1] is fixed.

    Closes-bug: #1890596

    [1] https://bugzilla.redhat.com/show_bug.cgi?id=1782834

    Change-Id: Ia635f705fa03036a9e9c1c14eab59038ec39bda3
    Signed-off-by: Jakub Libosvar <email address hidden>
    (cherry picked from commit 4ad21fd23ae648536c4f07f980e9e156b5c41421)