Comment 73 for bug 1813703

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to neutron (master)

Reviewed: https://review.opendev.org/644613
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=eaf3ff57863a7af2a33ab189910666f6c3450019
Submitter: Zuul
Branch: master

commit eaf3ff57863a7af2a33ab189910666f6c3450019
Author: LIU Yulong <email address hidden>
Date: Tue Mar 19 21:21:45 2019 +0800

    Ignore first local port update notification

    Ovs-agent will scan and process the ports during the
    first rpc_loop, and a local port update notification
    will be sent out. This will cause these ports to
    be processed again in the ovs-agent next (second)
    rpc_loop.
    This patch passes the restart flag (iteration num 0)
    to the local port_update call trace. After this patch,
    the local port_update notification will be ignored in
    the first RPC loop.

    Related-Bug: #1813703
    Change-Id: Ic5bf718cfd056f805741892a91a8d45f7a6e0db3