update docs to adjust for naming change

first step to updating doc to adjust to new project name change

Change-Id: Ia27af1eb34314dec1761b3fb5583139a0186d257
This commit is contained in:
Gordon Chung 2013-11-29 12:20:27 -05:00
parent 1fe8e8b300
commit 2a2c05edb9
2 changed files with 4 additions and 4 deletions

View File

@ -20,8 +20,8 @@
=========================
:Bug tracker: http://launchpad.net/ceilometer
:Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev (prefix subjects with ``[metering]`` for faster responses)
:Wiki: http://wiki.openstack.org/EfficientMetering
:Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev (prefix subjects with ``[Ceilometer]`` for faster responses)
:Wiki: http://wiki.openstack.org/wiki/Ceilometer
:Code Hosting: https://git.openstack.org/cgit/openstack/ceilometer/
:Code Review: https://review.openstack.org/#/q/status:open+project:openstack/ceilometer,n,z

View File

@ -189,13 +189,13 @@ Naming convention
=================
If you plan on adding meters, please follow the convention bellow:
1. Always use '.' as separator and go from least to most discriminent word.
1. Always use '.' as separator and go from least to most discriminant word.
For example, do not use ephemeral_disk_size but disk.ephemeral.size
2. When a part of the name is a variable, it should always be at the end and start with a ':'.
For example do not use <type>.image but image:<type>, where type is your variable name.
3. If you have any hesitation, come and ask in #openstack-metering
3. If you have any hesitation, come and ask in #openstack-ceilometer
User-defined sample metadata for Nova