Skip to content

Commit 98a3eae

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "[OVN] Add a log message after the "post_fork_initialize" method" into stable/2023.1
2 parents f2ec3a6 + 0de8e70 commit 98a3eae

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

neutron/plugins/ml2/drivers/ovn/mech_driver/mech_driver.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,9 @@ def post_fork_initialize(self, resource, event, trigger, payload=None):
390390
self._maintenance_thread.start()
391391
LOG.info("Maintenance task thread has started")
392392

393+
LOG.info('%s process has finished the post initialization',
394+
worker_class.__name__)
395+
393396
def _create_security_group_precommit(self, resource, event, trigger,
394397
payload):
395398
context = payload.context

0 commit comments

Comments
 (0)