neutron/neutron/plugins/ml2/drivers
Nguyen Thanh Cong 2711ad5819 [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'].

Change-Id: If8edd29dd741f1688ffcac341fd58173539ba000
Closes-Bug: #1864630
(cherry picked from commit 5600163e9b)
(cherry picked from commit 22df469504)
2020-09-11 09:45:17 +00:00
..
agent Change common agent code to log message after failure 2019-02-12 19:54:02 +00:00
l2pop Don't add arp responder for non tunnel network port 2020-07-13 23:53:09 +00:00
linuxbridge No rpc_response_max_timeout in LB-agent 2020-06-22 05:51:34 +00:00
macvtap Scan for MAC through all devices in macvtap agent 2018-11-01 16:00:16 -04:00
mech_sriov Locate RP-tree parent by hypervisor name 2019-12-23 12:11:14 +01:00
openvswitch [OvS] Handle re_added multi ports 2020-09-11 09:45:17 +00:00
__init__.py Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
helpers.py Fix queries to retrieve allocations with network_segment_range 2020-04-30 11:00:41 +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 Improve VLAN allocations synchronization 2020-04-28 09:17:51 +00:00
type_vxlan.py Use network segment ranges for segment allocation 2019-03-09 22:04:20 +00:00