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
This commit is contained in:
Francesco Pantano 2020-04-28 10:00:42 +02:00
parent 3760847eff
commit d4d03ad098
No known key found for this signature in database
GPG Key ID: 799868C47301D458
1 changed files with 1 additions and 1 deletions

View File

@ -1466,7 +1466,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 HEAD /' ] }),
listen_options => merge($default_listen_options, { 'option' => [ 'httpchk GET /' ] }),
}
}