diff --git a/deployment/aodh/aodh-api-container-puppet.yaml b/deployment/aodh/aodh-api-container-puppet.yaml index bc7cbcc26a..148671b221 100644 --- a/deployment/aodh/aodh-api-container-puppet.yaml +++ b/deployment/aodh/aodh-api-container-puppet.yaml @@ -172,12 +172,6 @@ outputs: aodh::api::enable_proxy_headers_parsing: true aodh::api::gnocchi_external_project_owner: {get_param: GnocchiExternalProject} aodh::policy::policies: {get_param: AodhApiPolicies} - aodh::api::host: - str_replace: - template: - "%{hiera('fqdn_$NETWORK')}" - params: - $NETWORK: {get_param: [ServiceNetMap, AodhApiNetwork]} # NOTE: bind IP is found in hiera replacing the network name with the # local node IP for the given network; replacement examples # (eg. for internal_api): @@ -190,7 +184,7 @@ outputs: "%{hiera('$NETWORK')}" params: $NETWORK: {get_param: [ServiceNetMap, AodhApiNetwork]} - aodh::alarm_hostory_time_to_live: {get_param: AodhAlarmHistoryTTL} + aodh::alarm_history_time_to_live: {get_param: AodhAlarmHistoryTTL} enable_aodh_expirer: {get_param: EnableAodhExpirer} aodh::expirer::minute: {get_param: AodhExpirerMinute} aodh::expirer::hour: {get_param: AodhExpirerHour}