diff --git a/templates/loadbalancer/monitor.erb b/templates/loadbalancer/monitor.erb index cfc46780..e8749deb 100644 --- a/templates/loadbalancer/monitor.erb +++ b/templates/loadbalancer/monitor.erb @@ -66,6 +66,10 @@ monitor fail if heat_cloudwatch_api_dead acl horizon_dead nbsrv(horizon_cluster) lt 1 monitor fail if horizon_dead <%- end -%> +<%- if @trove_api -%> +acl trove_api_dead nbsrv(trove_api_cluster) lt 1 +monitor fail if trove_api_dead +<%- end -%> # Used when forwarding SSL in http headers acl is-ssl dst_port 443