From e74470480d393515bb7caed61680c9068cee834f Mon Sep 17 00:00:00 2001 From: ZhiQiang Fan Date: Thu, 16 Jan 2014 02:05:00 +0800 Subject: [PATCH] Use DEFAULT section for dispatcher in doc Section of dispatcher is moved to DEFAULT in Icehouse, it is in collector section in Havana but already deprecated. The doc/source/install/manual.rst still put it in collector section which seems not good. Change-Id: I2c5c16c2ffe0dabd19966fc79ad88e418a43a6fd Closes-Bug: #1269521 --- doc/source/install/manual.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/source/install/manual.rst b/doc/source/install/manual.rst index 85fc99eb4..79545831c 100644 --- a/doc/source/install/manual.rst +++ b/doc/source/install/manual.rst @@ -510,10 +510,15 @@ shipped in the Ceilometer egg and defined in the entry_points as follows:: To use both dispatchers on a Ceilometer collector service, add the following line in file ceilometer.conf:: - [collector] + [DEFAULT] dispatcher=database dispatcher=file +.. note:: + + dispatcher is in [collector] section in Havana release, but it is + deprecated in Icehouse. + If there is no dispatcher present, database dispatcher is used as the default. If in some cases such as traffic tests, no dispatcher is needed, one can configure the line like the following::