[devstack] Collector Variable

The collector is configurable via the CLOUDKITTY_COLLECTOR variable, no
CLOUDKITTY_GNOCCHI is available.

Change-Id: If433bb26e64747e887af3b191cfae36f31390809
Signed-off-by: Abraham Arce <abraham.arce.moreno@intel.com>
(cherry picked from commit 1449d76472)
This commit is contained in:
Abraham Arce 2020-03-04 14:23:27 -06:00 committed by Pierre Riteau
parent 9b6e85e5c5
commit 9ad8be46f1
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ DevStack installation
Add the following lines in your ``local.conf`` file to enable CloudKitty,
Ceilometer and Gnocchi. By default, the fetcher will be ``gnocchi``
(configurable via the ``CLOUDKITTY_FETCHER`` variable), the collector will be
``gnocchi`` (configurable via the ``CLOUDKITTY_GNOCCHI`` variable), and the
``gnocchi`` (configurable via the ``CLOUDKITTY_COLLECTOR`` variable), and the
storage backend will be ``influxdb`` (configurable via the
``CLOUDKITTY_STORAGE_BACKEND`` and ``CLOUDKITTY_STORAGE_VERSION`` variables).