Merge "Make ``OVNMechanismDriver.post_fork_initialize`` callback cancellable" into stable/2023.1

This commit is contained in:
Zuul 2024-01-31 17:04:53 +00:00 committed by Gerrit Code Review
commit ce640c8f6b
2 changed files with 3 additions and 2 deletions

View File

@ -244,7 +244,8 @@ class OVNMechanismDriver(api.MechanismDriver):
events.BEFORE_SPAWN)
registry.subscribe(self.post_fork_initialize,
resources.PROCESS,
events.AFTER_INIT)
events.AFTER_INIT,
cancellable=True)
registry.subscribe(self._add_segment_host_mapping_for_segment,
resources.SEGMENT,
events.AFTER_CREATE)

View File

@ -20,7 +20,7 @@ Jinja2>=2.10 # BSD License (3 clause)
keystonemiddleware>=5.1.0 # Apache-2.0
netaddr>=0.7.18 # BSD
netifaces>=0.10.4 # MIT
neutron-lib>=3.4.0 # Apache-2.0
neutron-lib>=3.4.2 # Apache-2.0
python-neutronclient>=7.8.0 # Apache-2.0
tenacity>=6.0.0 # Apache-2.0
SQLAlchemy>=1.4.23 # MIT