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

This commit is contained in:
Zuul 2020-06-16 03:09:52 +00:00 committed by Gerrit Code Review
commit 8ff1c6ab3c
1 changed files with 1 additions and 0 deletions

View File

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