Merge "Remove notification for process event"

This commit is contained in:
Jenkins 2016-07-06 01:13:09 +00:00 committed by Gerrit Code Review
commit e8e21a4d29

View File

@ -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)