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

This commit is contained in:
Zuul 2023-09-25 13:46:41 +00:00 committed by Gerrit Code Review
commit de8167bd3a
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