Change httpchk options for horizon

In order to have clean log in apache, we need to do
a GET call instead of the default OPTIONS call. Also we
specify a User Agent, for better filtering.

Related to #237
(cherry picked from commit 98ce1341751ecd320a3701e11e6fd07cd233a5c0)

Conflicts:
	manifests/loadbalancer.pp
This commit is contained in:
Yanis Guenane
2014-02-18 09:54:47 -05:00
committed by Emilien Macchi
parent 3d5f97e84a
commit 8e769da415

View File

@@ -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;
}
}