Merge "Remove notification for process event"
This commit is contained in:
commit
e8e21a4d29
@ -89,7 +89,4 @@ class NeutronWorker(service.ServiceBase):
|
||||
|
||||
def start(self):
|
||||
if self.worker_process_count > 0:
|
||||
# TODO(armax): remove the AFTER_CREATE notification once
|
||||
# subscribers have been updated
|
||||
registry.notify(resources.PROCESS, events.AFTER_CREATE, self.start)
|
||||
registry.notify(resources.PROCESS, events.AFTER_INIT, self.start)
|
||||
|
Loading…
Reference in New Issue
Block a user