neutron/neutron/plugins/ml2/drivers
Nguyen Thanh Cong 1b148c6839 [OvS] Handle re_added multi ports
Multiple ports are located in ports_re_added. Assume we have port_one
and port_two. It will loop through the ports. Port_one is iterated
first, events ['re_added'] is assigned port_one, events ['removed']
is assigned port_two. In the second loop, events ['re_added'] is set
to port_two instead of adding port_two to list. So after the loop,
only port_two is left in events ['re_added'].

Conflicts:
    neutron/tests/unit/plugins/ml2/drivers/openvswitch/agent/test_ovs_neutron_agent.py

Change-Id: If8edd29dd741f1688ffcac341fd58173539ba000
Closes-Bug: #1864630
(cherry picked from commit 5600163e9b)
(cherry picked from commit 22df469504)
2020-09-11 09:49:12 +00:00
..
agent Use same instance of iptables_manager in L2 agent and extensions 2018-01-05 11:07:32 +01:00
l2pop Don't add arp responder for non tunnel network port 2020-07-18 05:45:49 +00:00
linuxbridge Config privsep in the linuxbridge agent 2018-03-12 14:29:48 -04:00
macvtap Use same instance of iptables_manager in L2 agent and extensions 2018-01-05 11:07:32 +01:00
mech_sriov SRIOV agent: wait VFs initialization on embedded switch create 2019-06-10 07:13:01 +00:00
openvswitch [OvS] Handle re_added multi ports 2020-09-11 09:49:12 +00:00
__init__.py Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
helpers.py use ml2 driver api from neutron-lib 2017-11-10 08:41:28 -07:00
mech_agent.py use plugin constants from neutron-lib 2017-10-16 09:32:20 -06:00
type_flat.py use plugin constants from neutron-lib 2017-10-16 09:32:20 -06:00
type_geneve.py use plugin constants from neutron-lib 2017-10-16 09:32:20 -06:00
type_gre.py use plugin constants from neutron-lib 2017-10-16 09:32:20 -06:00
type_local.py use ml2 driver api from neutron-lib 2017-11-10 08:41:28 -07:00
type_tunnel.py use plugin constants from neutron-lib 2017-10-16 09:32:20 -06:00
type_vlan.py Improve VLAN allocations synchronization 2020-04-23 16:15:17 +00:00
type_vxlan.py use plugin constants from neutron-lib 2017-10-16 09:32:20 -06:00