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 d4d03ad0983a918951c8dff7612c8c67e6be0e15)
This commit is contained in:
parent
cae687c599
commit
a3ccad2d2a
@ -1571,7 +1571,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 /' ] }),
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user