From 04c2c2baf9f21c24bf8a87822bfbd1e7b13c2de5 Mon Sep 17 00:00:00 2001 From: Jaromir Wysoglad Date: Tue, 20 Feb 2024 02:03:07 -0500 Subject: [PATCH] Change default pipeline interval comment Change the comment to match what's actually being used as default. By default the devstack plugin uses the etc/ceilometer/polling_all.yaml file, which has 300 pipeline interval. Change-Id: Id117ae910d0c592fdaad6759c2eebc039f92b8c7 --- devstack/plugin.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack/plugin.sh b/devstack/plugin.sh index 3ff77e6dba..d82716332a 100644 --- a/devstack/plugin.sh +++ b/devstack/plugin.sh @@ -33,7 +33,7 @@ # Several variables set in the localrc section adjust common behaviors # of Ceilometer (see within for additional settings): # -# CEILOMETER_PIPELINE_INTERVAL: Seconds between pipeline processing runs. Default 600. +# CEILOMETER_PIPELINE_INTERVAL: Seconds between pipeline processing runs. Default 300. # CEILOMETER_BACKENDS: List of database backends (e.g. 'gnocchi', 'sg-core', 'gnocchi,sg-core', 'none') # CEILOMETER_COORDINATION_URL: URL for group membership service provided by tooz. # CEILOMETER_EVENT_ALARM: Set to True to enable publisher for event alarming