Merge "[OVN] Add a log message after the "post_fork_initialize" method"
This commit is contained in:
commit
de8167bd3a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user