Remove notification for process event

Once subscribers have been updated, this notification
no longer has reason to exist.

Change-Id: Ie617e0ecd568a1306221b15ddaef102e395f016a
Depends-on: I2b17ee41a9bfc020099c4f2f251afa32bb48b290
Depends-on: Ib225e4fba26265534cfcb2a75042bd193a78e15f
Depends-on: I4513fb64365fe5dcb81ab4ced3dc238e323aa332
This commit is contained in:
Armando Migliaccio 2016-06-28 11:49:31 -07:00
parent 2c8debdc57
commit 0328e5a31a
1 changed files with 0 additions and 3 deletions

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)