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
This commit is contained in:
ZhiQiang Fan 2014-01-16 02:05:00 +08:00
parent 8557ad1c0d
commit e74470480d

View File

@ -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::