Fixes a couple typos

Change-Id: Ic7363f336b544bea6d0dc93a6aec5df5320cdaca
This commit is contained in:
Nicolas Barcet (nijaba) 2012-10-12 11:07:28 +02:00
parent f8620ebe5e
commit 0ada5607be
2 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@
Ceilometer specific
===================
The following table lists the ceilometer specific option in the global configuration file.
The following table lists the ceilometer specific options in the global configuration file.
Please note that ceilometer uses openstack-common extensively, which requires that
the other parameters are set appropriately. For information we are listing the configuration
elements that we use after the ceilometer specific elements.

View File

@ -108,7 +108,7 @@ If you plan on adding meters, please follow the convention bellow:
1. Always use '.' as separator and go from least to most discriminent 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 starts with a ':'.
For example do not use <type>.image but image:<type> where type is your variable name.
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