Fixed docstring for Notifier

Drivers still belong to oslo.messaging.notify.drivers stevedore
namespace.

Change-Id: Ibb41d49992bf7d7f3ee0af16b46ada0411973747
This commit is contained in:
Ihar Hrachyshka 2015-01-21 16:10:40 +01:00
parent 2a35b290b1
commit db7371c3c2
1 changed files with 1 additions and 1 deletions

View File

@ -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