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
This commit is contained in:
Jaromir Wysoglad 2024-02-20 02:03:07 -05:00
parent 01bdcd8587
commit 04c2c2baf9
1 changed files with 1 additions and 1 deletions

View File

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