Fix ignored EnableAodhExpirer

The enable_aodh_expirer hieradata key is not implemented in
puppet-tripleo. This replaces that wrong key by the class parameter
so that the defined value is properly picked up by puppet.

Closes-Bug: #1981150
Change-Id: I25e0cbeed80fc77ee2d5c37d73a95d844b8f428d
This commit is contained in:
Takashi Kajinami 2022-09-08 02:35:20 +09:00
parent 7bf981f4b7
commit 2a2fd0c476

View File

@ -229,7 +229,7 @@ outputs:
params:
$NETWORK: {get_param: [ServiceNetMap, AodhApiNetwork]}
aodh::alarm_history_time_to_live: {get_param: AodhAlarmHistoryTTL}
enable_aodh_expirer: {get_param: EnableAodhExpirer}
tripleo::profile::base::aodh::api::enable_aodh_expirer: {get_param: EnableAodhExpirer}
aodh::expirer::minute: {get_param: AodhExpirerMinute}
aodh::expirer::hour: {get_param: AodhExpirerHour}
aodh::expirer::monthday: {get_param: AodhExpirerMonthday}