summaryrefslogtreecommitdiff
path: root/nova/notifications.py
diff options
context:
space:
mode:
authorAndrew Bogott <abogott@wikimedia.org>2012-06-28 19:18:20 -0500
committerAndrew Bogott <abogott@wikimedia.org>2012-07-06 22:08:42 -0500
commitaa87cc10d6a02d74f1466dc1a4e0e39c1a0878da (patch)
treefcc71796e895df9d2dfcd239b7ea208c4717fae8 /nova/notifications.py
parent642ec634c3beeb69175d0df12bcec8833e7efae5 (diff)
downloadnova-aa87cc10d6a02d74f1466dc1a4e0e39c1a0878da.tar.gz
Switch to common notifiers.
- Added notifier files to openstack-common.conf, merged from common. - Import notifiers from common rather than nova. - Removed nova-specific notifier code. - Update some driver paths to refer to the new location within nova. Should be a no-op, as the common notification code is freshly copied from Nova. Change-Id: Icdf892bc3826b683fc74f22ead00939beda2859f
Diffstat (limited to 'nova/notifications.py')
-rw-r--r--nova/notifications.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/notifications.py b/nova/notifications.py
index 09e83f823a..7ab0f045bd 100644
--- a/nova/notifications.py
+++ b/nova/notifications.py
@@ -25,9 +25,9 @@ from nova import exception
from nova import flags
from nova import network
from nova.network import model as network_model
-from nova.notifier import api as notifier_api
from nova.openstack.common import cfg
from nova.openstack.common import log
+from nova.openstack.common.notifier import api as notifier_api
from nova.openstack.common import timeutils
from nova import utils