vmpooler/lib
Glenn Sarti ac7d7009d2 (POOLER-70) Refactor clone_vm to take pool configuration object
Previously, the clone_vm method took various VSphere specific parameters e.g.
template folder.  However in order make VMPooler less VSphere specific this
method should just take the pool configuration and then it can determine the
appropriate settings itself.  This commit also moves the threading to a clone_vm
while the actual method which does the work is now _clone_vm as per all other
multithread worker methods in pool_manager.  This commit also updates the spec
tests appropriately.
2017-03-01 21:53:42 -08:00
..
vmpooler (POOLER-70) Refactor clone_vm to take pool configuration object 2017-03-01 21:53:42 -08:00
vmpooler.rb (POOLER-71) dummy auth only works in debug mode 2017-02-09 16:27:10 -08:00