From caabea3a91bea492fd56d35aef8427096900a7f0 Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Tue, 23 Dec 2014 16:15:17 +0100 Subject: [PATCH] doc: fix class name The class moved since we merged the agents. Change-Id: I5c81218167907e518c50e7b3a9f8d9bd6cb87a16 --- doc/source/plugins.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/plugins.rst b/doc/source/plugins.rst index 83e4733d8..5d7a5cfd9 100644 --- a/doc/source/plugins.rst +++ b/doc/source/plugins.rst @@ -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