This commit is contained in:
Glenn Sarti 2017-02-02 15:47:26 -08:00
parent 24c043c506
commit 3760463d9a

View file

@ -70,10 +70,11 @@ module Vmpooler
end end
# inputs # inputs
# pool: string # pool : hashtable from config file
# new_vmname : string Name the new VM should use
# returns # returns
# vm name: string # Hashtable of the VM as per get_vm
def create_vm(pool) def create_vm(pool,new_vmname)
fail "#{self.class.name} does not implement create_vm" fail "#{self.class.name} does not implement create_vm"
end end