mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 18:08:42 -05:00
Separate ready_ttl and running_ttl config params
This commit is contained in:
parent
14bd3e0084
commit
f687641c98
1 changed files with 2 additions and 2 deletions
|
|
@ -229,8 +229,8 @@ def check_pool pool
|
|||
$redis.srem('vmware_host_pool__ready__'+pool['name'], vm)
|
||||
end
|
||||
|
||||
if (pool['ttl'])
|
||||
check_ready_vm(vm, pool['name'], pool['ttl'])
|
||||
if (pool['ready_ttl'])
|
||||
check_ready_vm(vm, pool['name'], pool['ready_ttl'])
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue