From 0ada5607be59b1e6e5bac5dd1f083c6b9b11c674 Mon Sep 17 00:00:00 2001 From: "Nicolas Barcet (nijaba)" Date: Fri, 12 Oct 2012 11:07:28 +0200 Subject: [PATCH] Fixes a couple typos Change-Id: Ic7363f336b544bea6d0dc93a6aec5df5320cdaca --- doc/source/configuration.rst | 2 +- doc/source/measurements.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/configuration.rst b/doc/source/configuration.rst index cad2968b..75bcb91d 100644 --- a/doc/source/configuration.rst +++ b/doc/source/configuration.rst @@ -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. diff --git a/doc/source/measurements.rst b/doc/source/measurements.rst index 7ca9789f..1b49a9e6 100644 --- a/doc/source/measurements.rst +++ b/doc/source/measurements.rst @@ -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 .image but image: 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 .image but image:, where type is your variable name. 3. If you have any hesitation, come and ask in #openstack-metering