Comment 76 for bug 1813703

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

Reviewed: https://review.opendev.org/670147
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=e1b84c9a701a67880547cc01ad73a608bb39aaf4
Submitter: Zuul
Branch: stable/stein

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