[OVN] Add a log message after the "post_fork_initialize" method

Related-Bug: #2036607
Change-Id: I84a7a6cff5921488686ebf9ab95aa270d22b4e31
This commit is contained in:
Rodolfo Alonso Hernandez 2023-09-11 19:50:47 +00:00 committed by Rodolfo Alonso
parent dbe4ba910b
commit 236f8d0b97
1 changed files with 3 additions and 0 deletions

View File

@ -394,6 +394,9 @@ class OVNMechanismDriver(api.MechanismDriver):
self._maintenance_thread.start()
LOG.info("Maintenance task thread has started")
LOG.info('%s process has finished the post initialization',
worker_class.__name__)
def _create_security_group_precommit(self, resource, event, trigger,
payload):
context = payload.context