-
Bug
-
Resolution: Unresolved
-
Normal
-
None
-
None
-
None
-
3
-
False
-
-
False
-
?
-
openstack-neutron-22.2.2-18.0.20260123124743.51e19bb.el9osttrunk
-
rhos-connectivity-neutron
-
None
-
-
-
-
Priority Bugs
-
1
-
Moderate
Description
The ``LogicalSwitchPortUpdateUpEvent`` is received when a ``Logical_Switch_Port`` has been declared as UP. The event issues a ``run`` method that is processed in an independent thread. The ``run`` method calls ``set_port_status_up``, to configure the port as UP.
If when the processing thread executes the ``set_port_status_up`` method, the ``Logical_Switch_Port`` has been previously deleted, this call will throw the following exception: [1]
U/S bug: https://bugs.launchpad.net/neutron/+bug/2138477
Impact
Low impact. More as a cosmetic patch to avoid having spurious exceptions in the logs that are actually not affecting the API, but could be considered as issues erroneously.
References