Merge "haproxy: Use httpchk instead of tcpchk for heat endpoints" into stable/victoria

This commit is contained in:
Zuul 2022-04-12 21:40:06 +00:00 committed by Gerrit Code Review
commit 15f25227f0
1 changed files with 1 additions and 1 deletions

View File

@ -1188,7 +1188,7 @@ class tripleo::haproxy (
'timeout server' => '10m',
}
$heat_durability_options = {
'option' => [ 'tcpka' ],
'option' => [ 'tcpka', 'httpchk' ],
'balance' => $haproxy_lb_mode_longrunning,
}
if $service_certificate {