From db7371c3c2c9650c498b8195cb03d5fe1b30e44b Mon Sep 17 00:00:00 2001 From: Ihar Hrachyshka Date: Wed, 21 Jan 2015 16:10:40 +0100 Subject: [PATCH] Fixed docstring for Notifier Drivers still belong to oslo.messaging.notify.drivers stevedore namespace. Change-Id: Ibb41d49992bf7d7f3ee0af16b46ada0411973747 --- oslo_messaging/notify/notifier.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo_messaging/notify/notifier.py b/oslo_messaging/notify/notifier.py index 7cc3d9c21..d4e1b7248 100644 --- a/oslo_messaging/notify/notifier.py +++ b/oslo_messaging/notify/notifier.py @@ -104,7 +104,7 @@ class Notifier(object): :param publisher_id: field in notifications sent, for example 'compute.host1' :type publisher_id: str - :param driver: a driver to lookup from oslo_messaging.notify.drivers + :param driver: a driver to lookup from oslo.messaging.notify.drivers :type driver: str :param topic: the topic which to send messages on :type topic: str