HAproxy/monitor: add Trove
This commit is contained in:
parent
7eb5a16a1c
commit
e3d787829c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user