Remove stale notification code
In this changeset, I cleaned up the Watcher codebase to remove the old notification mechanism that is actually unused. Partially Implements: blueprint watcher-notifications-ovo Change-Id: I1901e65f031441b98a7d6f6c9c1c0364eaaaf481
This commit is contained in:
@@ -20,7 +20,6 @@
|
||||
from oslo_config import cfg
|
||||
|
||||
from watcher.common import exception
|
||||
from watcher.common.messaging import notification_handler
|
||||
from watcher.common import service
|
||||
from watcher.common import utils
|
||||
from watcher.decision_engine import manager
|
||||
@@ -78,7 +77,7 @@ class DecisionEngineAPIManager(object):
|
||||
|
||||
@property
|
||||
def status_endpoints(self):
|
||||
return [notification_handler.NotificationHandler]
|
||||
return []
|
||||
|
||||
@property
|
||||
def notification_endpoints(self):
|
||||
|
||||
Reference in New Issue
Block a user