1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

[Brightbox] Load balancer listener timeouts are now reported

This commit is contained in:
Paul Thornthwaite 2012-02-06 11:09:57 +00:00
parent f8c4900f92
commit e7313e555f

View file

@ -64,7 +64,8 @@ class Brightbox
LB_LISTENER = {
"in" => Integer,
"out" => Integer,
"protocol" => String
"protocol" => String,
"timeout" => Integer
}
LB_HEALTHCHECK = {
"type" => String,