summaryrefslogtreecommitdiff
path: root/doc/source/developing_guides
diff options
context:
space:
mode:
authorhuangtianhua <huangtianhua@huawei.com>2016-06-27 11:09:45 +0800
committerhuangtianhua <huangtianhua@huawei.com>2016-07-04 03:22:49 +0000
commit8a4df57c37de292745a24679507faa67fa7d022a (patch)
tree378b52702fd5505e00141b58abc3385c779249db /doc/source/developing_guides
parent26bab914a061342f9da3d926a979baa62419818f (diff)
downloadheat-8a4df57c37de292745a24679507faa67fa7d022a.tar.gz
Change namespace 'ceilometer' to 'aodh'
Change namespace of some files to '*aodh*' instead of '*ceilometer*'. Blueprint migrate-to-use-aodh-for-alarms Change-Id: I2c4d565ded5f9f7146b23479acd2702f976b8833
Diffstat (limited to 'doc/source/developing_guides')
-rw-r--r--doc/source/developing_guides/pluginguide.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/developing_guides/pluginguide.rst b/doc/source/developing_guides/pluginguide.rst
index 46f9d43cf..b7981e25c 100644
--- a/doc/source/developing_guides/pluginguide.rst
+++ b/doc/source/developing_guides/pluginguide.rst
@@ -481,8 +481,8 @@ Delete
For this to work for a particular resource, the `entity` and
`default_client_name` attributes must be overridden in the resource
- implementation. For example, `entity` of Ceilometer Alarm should equals
- to "alarms" and `default_client_name` to "ceilometer".
+ implementation. For example, `entity` of Aodh Alarm should equals
+ to "alarm" and `default_client_name` to "aodh".
.. py:function:: handle_delete_snapshot(self, snapshot)