-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
rhos-18.0.0
-
None
-
2
-
False
-
-
False
-
?
-
openstack-neutron-22.2.2-18.0.20251127184717.51e19bb.el9osttrunk
-
rhos-connectivity-neutron
-
None
-
-
-
-
Neutron Sprint 28
-
1
-
Important
``OVNL3RouterPlugin._port_update`` [1] is called AFTER_UPDATE the router port is created (for example, when a subnet is attached to a router). This event is guaranteed to be called after the Neutron DB has the resource (port) in the database. However, as the code highlights in the comment, this event can be called before the OVN NB database has the LRP resource created. The called method, ``update_router_port`` --> ``_update_router_port``, guarantees that the LRP update is executed only when the LRP exists but the LRP read [2] does not have this consideration.
This event should be replaced by an OVN DB event, checking the same conditions as in [1] and guaranteeing that the LRP resource is already created in the DB.
[1]https://opendev.org/openstack/neutron/src/commit/e8468a6dd647fd62eac429417c7f382e8859b574/neutron/services/ovn_l3/plugin.py#L372-L381
[2]https://opendev.org/openstack/neutron/src/commit/e8468a6dd647fd62eac429417c7f382e8859b574/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_client.py#L1809-L1811
U/S launchpad bug: https://bugs.launchpad.net/neutron/+bug/2056558
- impacts account
-
OSPRH-20928 Implementation to make external port scheduler match the GW router port scheduler (RHOSO18 backport)
-
- Closed
-
- links to