Separate ready_ttl and running_ttl config params

This commit is contained in:
Scott Schneider 2013-12-04 11:31:23 -08:00
parent 14bd3e0084
commit f687641c98

View file

@ -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