lb: please rake test
This commit is contained in:
parent
8a3f9e1b2e
commit
d694a72e05
@ -361,8 +361,10 @@ class cloud::loadbalancer(
|
||||
}
|
||||
cloud::loadbalancer::listen_http{ 'horizon_cluster':
|
||||
ports => $horizon_port,
|
||||
httpchk => "httpchk GET /$horizon_auth_url HTTP/1.0\r\nUser-Agent:\ HAproxy-${::hostname}",
|
||||
options => { 'cookie' => 'sessionid prefix', 'balance' => 'leastconn' },
|
||||
httpchk => "httpchk GET /${horizon_auth_url} \"HTTP/1.0\r\nUser-Agent: HAproxy-${::hostname}\"",
|
||||
options => {
|
||||
'cookie' => 'sessionid prefix',
|
||||
'balance' => 'leastconn' },
|
||||
listen_ip => $vip_public_ip;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user