commit 7fd2725cb14b81f442eb57a38755829270ff2c43
Author: Sean Mooney <email address hidden>
Date: Fri Mar 1 04:43:20 2019 +0000
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 <email address hidden>
Reviewed: https:/ /review. opendev. org/640258 /git.openstack. org/cgit/ openstack/ neutron/ commit/ ?id=7fd2725cb14 b81f442eb57a387 55829270ff2c43
Committed: https:/
Submitter: Zuul
Branch: master
commit 7fd2725cb14b81f 442eb57a3875582 9270ff2c43
Author: Sean Mooney <email address hidden>
Date: Fri Mar 1 04:43:20 2019 +0000
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" devices_ added_or_ updated" function.
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_
Co-Authored-By: Rodolfo Alonso Hernandez <email address hidden>
Change-Id: I79158baafbb99b ee99a1d68703931 3eb454d3a9b
Partial-Bug: #1734320
Partial-Bug: #1815989