Replace deprecated gnocchi::metricd::cleanup_delay

Depends-on: https://review.opendev.org/817877
Change-Id: If8992e8612c4568aa6b2589103669405ac7d3650
This commit is contained in:
Takashi Kajinami 2021-11-24 16:49:38 +09:00
parent 1bd2ad0eb4
commit e9556a171c

View File

@ -67,7 +67,7 @@ class openstack_integration::gnocchi (
# Indeed, Gnocchi might use an old token that expired to clean up and then it would
# fail. It happens when running Tempest tests in the gate with low resources.
# Production value (300) shouldn't be changed by default.
cleanup_delay => 10,
metric_cleanup_delay => 10,
# NOTE(sileht): Since we set the pipeline interval to 1 minutes instead
# of 10, we must compute metrics more often too, otherwise Aodh alarms will
# always missed data just because they are 'not yet' computed.