Merge "Fix the notifier example"

This commit is contained in:
Jenkins 2014-06-28 18:05:15 +00:00 committed by Gerrit Code Review
commit 555eb7980b
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ class Notifier(object):
A Notifier object can be instantiated with a transport object and a
publisher ID:
notifier = notifier.Notifier(get_transport(CONF), 'compute')
notifier = messaging.Notifier(get_transport(CONF), 'compute')
and notifications are sent via drivers chosen with the notification_driver
config option and on the topics chosen with the notification_topics config