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:
parent
f8c4900f92
commit
e7313e555f
1 changed files with 2 additions and 1 deletions
|
@ -64,7 +64,8 @@ class Brightbox
|
|||
LB_LISTENER = {
|
||||
"in" => Integer,
|
||||
"out" => Integer,
|
||||
"protocol" => String
|
||||
"protocol" => String,
|
||||
"timeout" => Integer
|
||||
}
|
||||
LB_HEALTHCHECK = {
|
||||
"type" => String,
|
||||
|
|
Loading…
Reference in a new issue