Merge "Switch RGW HAProxy healthcheck to use special RGW healthcheck url" into stable/train

This commit is contained in:
Zuul 2020-07-07 19:22:05 +00:00 committed by Gerrit Code Review
commit fe9ae10c4a
1 changed files with 1 additions and 1 deletions

View File

@ -1593,7 +1593,7 @@ class tripleo::haproxy (
mode => 'http',
public_ssl_port => $ports[ceph_rgw_ssl_port],
service_network => $ceph_rgw_network,
listen_options => merge($default_listen_options, { 'option' => [ 'httpchk GET /' ] }),
listen_options => merge($default_listen_options, { 'option' => [ 'httpchk GET /swift/healthcheck' ] }),
member_options => union($haproxy_member_options, $internal_tls_member_options),
}
}