From e4de2be71a5523800cf31138dbfd78a5a9986694 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Sun, 23 May 2021 22:22:07 +0900 Subject: [PATCH] Enable aodh-expirer Change-Id: Ie4cfd34bfceed91b0d7f12a079f7f94b1d0a57ce --- manifests/aodh.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/aodh.pp b/manifests/aodh.pp index 8264561f2..494f7ceb5 100644 --- a/manifests/aodh.pp +++ b/manifests/aodh.pp @@ -90,5 +90,6 @@ class openstack_integration::aodh ( class { 'aodh::evaluator': evaluation_interval => 10, } + class { 'aodh::expirer': } }