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
Make OVNMechanismDriver.post_fork_initialize callback cancellable
If the callback method ``OVNMechanismDriver.post_fork_initialize``
fails, the callback manager must raise an exception and finish the
process. If that happens in a Neutron worker, the
``oslo_service.service.Services`` class will restart the process.
NOTE: update n-lib version
The neutron-lib version is bumped to 3.4.2. It contains [1], needed
for this patch.
[1]https://review.opendev.org/c/openstack/neutron-lib/+/903335
Conflicts:
requirements.txt
Partial-Bug: #2036607
Change-Id: I2aca9a522bda2d69962369748b70fa9270fbe245
(cherry picked from commit bb1114c)
0 commit comments