mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
another quick fix
This commit is contained in:
parent
e52b62f56f
commit
52963867e7
1 changed files with 4 additions and 4 deletions
|
@ -27,11 +27,11 @@ module Fog
|
|||
options = {
|
||||
'description' => description,
|
||||
'region' => region,
|
||||
'health_checks' => health_checks,
|
||||
'healthChecks' => health_checks,
|
||||
'instances' => instances,
|
||||
'session_affinity' => session_affinity,
|
||||
'failover_ratio' => failover_ratio,
|
||||
'backup_pool' => backup_pool
|
||||
'sessionAffinity' => session_affinity,
|
||||
'failoverRatio' => failover_ratio,
|
||||
'backupPool' => backup_pool
|
||||
}
|
||||
|
||||
service.insert_target_pool(name, region, options).body
|
||||
|
|
Loading…
Add table
Reference in a new issue