diff --git a/manifests/loadbalancer.pp b/manifests/loadbalancer.pp index 921f439b..58962f65 100644 --- a/manifests/loadbalancer.pp +++ b/manifests/loadbalancer.pp @@ -521,6 +521,7 @@ class cloud::loadbalancer( cloud::loadbalancer::listen_http{ 'horizon_cluster': ports => $horizon_port, + httpchk => "httpchk GET / HTTP/1.0\r\nUser-Agent:\ ${::hostname}", listen_ip => $vip_public_ip; } }