From 9e79c7ed91e446fe064619978d2c90126da1bb7e Mon Sep 17 00:00:00 2001 From: Abraham Arce Date: Wed, 4 Mar 2020 14:23:27 -0600 Subject: [PATCH] [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 (cherry picked from commit 1449d76472734de18f86c42ccb625d8306687c6b) --- doc/source/admin/devstack.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/admin/devstack.rst b/doc/source/admin/devstack.rst index 959912b9..d4cb3c67 100644 --- a/doc/source/admin/devstack.rst +++ b/doc/source/admin/devstack.rst @@ -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).