File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
neutron/plugins/ml2/drivers/ovn/mech_driver Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -244,7 +244,8 @@ def subscribe(self):
244
244
events .BEFORE_SPAWN )
245
245
registry .subscribe (self .post_fork_initialize ,
246
246
resources .PROCESS ,
247
- events .AFTER_INIT )
247
+ events .AFTER_INIT ,
248
+ cancellable = True )
248
249
registry .subscribe (self ._add_segment_host_mapping_for_segment ,
249
250
resources .SEGMENT ,
250
251
events .AFTER_CREATE )
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Jinja2>=2.10 # BSD License (3 clause)
20
20
keystonemiddleware >= 5.1.0 # Apache-2.0
21
21
netaddr >= 0.7.18 # BSD
22
22
netifaces >= 0.10.4 # MIT
23
- neutron-lib >= 3.4.0 # Apache-2.0
23
+ neutron-lib >= 3.4.2 # Apache-2.0
24
24
python-neutronclient >= 7.8.0 # Apache-2.0
25
25
tenacity >= 6.0.0 # Apache-2.0
26
26
SQLAlchemy >= 1.4.23 # MIT
You can’t perform that action at this time.
0 commit comments