neutron/neutron/plugins/ml2/drivers/openvswitch
Sean Mooney 7fd2725cb1 Do not skip ports with ofport unset or invalid
This change removes the "_check_ofport" function and its use form
the ovs_lib.py file.

By skipping ports without a unique ofport in the "get_vifs_by_ids"
and "get_vifs_by_id" functions, the OVS agent incorrectly treated
newly added port with an ofport of -1 as removed ports in the
"treat_devices_added_or_updated" function.

Co-Authored-By: Rodolfo Alonso Hernandez <ralonsoh@redhat.com>

Change-Id: I79158baafbb99bee99a1d687039313eb454d3a9b
Partial-Bug: #1734320
Partial-Bug: #1815989
2020-08-24 12:54:08 +00:00
..
agent Do not skip ports with ofport unset or invalid 2020-08-24 12:54:08 +00:00
mech_driver Remove usage of the "firewall_driver" in the neutron server 2020-05-14 23:55:59 +02:00
__init__.py Restructure agent code in preparation for decomp 2015-06-26 15:06:49 +00:00