CephRgw healthcheck aligned with ceph-ansible

ceph-ansible specifies GET in the healthcheck
option and this patch just aligns the haproxy
rgw section to the ceph-ansible specs.

Change-Id: I2de78f17ebb5ff50566c4f53f3377322018525d1
(cherry picked from commit d4d03ad098)
This commit is contained in:
Francesco Pantano 2020-04-28 10:00:42 +02:00
parent fc8bbb5df4
commit e6a3808d11
1 changed files with 1 additions and 1 deletions

View File

@ -1490,7 +1490,7 @@ class tripleo::haproxy (
server_names => hiera('ceph_rgw_node_names', $controller_hosts_names_real), server_names => hiera('ceph_rgw_node_names', $controller_hosts_names_real),
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 HEAD /' ] }), listen_options => merge($default_listen_options, { 'option' => [ 'httpchk GET /' ] }),
} }
} }