mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 10:08:40 -05:00
Undo redis new_redis rename. Update vmpooler version in dockerfile.
This commit is contained in:
parent
ef40f2610b
commit
86f6848ef0
3 changed files with 5 additions and 5 deletions
|
|
@ -26,7 +26,7 @@ end
|
|||
if torun.include? 'api'
|
||||
api = Thread.new do
|
||||
thr = Vmpooler::API.new
|
||||
redis = Vmpooler.redis_connection(redis_host, redis_port, redis_password)
|
||||
redis = Vmpooler.new_redis(redis_host, redis_port, redis_password)
|
||||
thr.helpers.configure(config, redis, metrics)
|
||||
thr.helpers.execute!
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue