neutron/neutron/plugins/ml2/drivers
LIU Yulong e1b84c9a70 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 eaf3ff5786)
2019-07-10 18:15:07 +00:00
..
agent Change common agent code to log message after failure 2019-02-12 19:54:02 +00:00
l2pop More accurate agent restart state transfer 2019-03-21 15:12:31 +00:00
linuxbridge Fix pep8 E128 warnings in non-test code 2019-03-12 21:22:33 +00:00
macvtap Scan for MAC through all devices in macvtap agent 2018-11-01 16:00:16 -04:00
mech_sriov SRIOV agent: wait VFs initialization on embedded switch create 2019-06-10 07:12:26 +00:00
openvswitch Ignore first local port update notification 2019-07-10 18:15:07 +00:00
__init__.py Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
helpers.py Fix pep8 E128 warnings in non-test code 2019-03-12 21:22:33 +00:00
mech_agent.py Drive binding by placement allocation 2019-03-09 22:03:51 +00:00
type_flat.py Use network segment ranges for segment allocation 2019-03-09 22:04:20 +00:00
type_geneve.py Use network segment ranges for segment allocation 2019-03-09 22:04:20 +00:00
type_gre.py Use network segment ranges for segment allocation 2019-03-09 22:04:20 +00:00
type_local.py Use network segment ranges for segment allocation 2019-03-09 22:04:20 +00:00
type_tunnel.py Fix pep8 E128 warnings in non-test code 2019-03-12 21:22:33 +00:00
type_vlan.py Use network segment ranges for segment allocation 2019-03-09 22:04:20 +00:00
type_vxlan.py Use network segment ranges for segment allocation 2019-03-09 22:04:20 +00:00