Skip to content

Commit 0de8e70

Browse files
committed
[OVN] Add a log message after the "post_fork_initialize" method
Related-Bug: #2036607 Change-Id: I84a7a6cff5921488686ebf9ab95aa270d22b4e31 (cherry picked from commit 236f8d0)
1 parent a28ec9e commit 0de8e70

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)