Merge "Make haproxy.pp honor EnableInternalTLS for rgw" into stable/ussuri

This commit is contained in:
Zuul 2020-07-10 23:34:12 +00:00 committed by Gerrit Code Review
commit 585186f227
1 changed files with 1 additions and 0 deletions

View File

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