You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[OVN] Remove session check in update_network_postcommit
Since [1], when a segment is deleted because the network is before,
the segment event handler method ``_handle_segment_change`` does not
call ``_notify_mechanism_driver_for_segment_change`` and thus the
check performed in ``OVNMechanismDriver.update_network_postcommit``
is not needed anymore.
[1]https://review.opendev.org/c/openstack/neutron/+/786373
Conflicts:
neutron/plugins/ml2/drivers/ovn/mech_driver/mech_driver.py
Closes-Bug: #1739798
Change-Id: I4bb22a0a0a233609a4d23af55a050356049eb214
(cherry picked from commit 3202a5c)
0 commit comments