doc: fix class name

The class moved since we merged the agents.

Change-Id: I5c81218167907e518c50e7b3a9f8d9bd6cb87a16
This commit is contained in:
Julien Danjou 2014-12-23 16:15:17 +01:00
parent 3f9e48155a
commit caabea3a91

View File

@ -114,8 +114,8 @@ Notifications
-------------
Notifications are defined as subclass of the
:class:`ceilometer.plugin.NotificationBase` meta class as defined in
the ``ceilometer/plugin.py`` file. Notifications must implement:
:class:`ceilometer.agent.plugin_base.NotificationBase` meta class.
Notifications must implement:
``event_types`` which should be a sequence of strings defining the event types to be given to the plugin and