From 070ef3d5a815b600238880ed0c4a9509c063d645 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Thu, 14 Nov 2024 23:35:34 +0900 Subject: [PATCH] Fix outdated ceilometer backend Ceilometer no longer support MongoDB as its backend and we should use a different backend such as gnocchi. Also the CEILOMETER_BACKEND parameter is being replaced by the CEILOMETER_BACKENDS parameter since [1]. [1] ef237e3c0b946de7e60c97f4434a74d686092e68 Change-Id: If217a370af13e2078b9bf4747985f7ae3dfcd7d6 --- doc/source/getting_started/on_devstack.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/getting_started/on_devstack.rst b/doc/source/getting_started/on_devstack.rst index e13b2fc4d9..22b1d44cef 100644 --- a/doc/source/getting_started/on_devstack.rst +++ b/doc/source/getting_started/on_devstack.rst @@ -67,7 +67,7 @@ To use aodh alarms you need to enable ceilometer and aodh in devstack. Adding the following lines to `[[local|localrc]]` section of `local.conf` will enable the services:: - CEILOMETER_BACKEND=mongodb + CEILOMETER_BACKENDS=gnocchi enable_plugin ceilometer https://opendev.org/openstack/ceilometer enable_plugin aodh https://opendev.org/openstack/aodh