1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-22 18:50:08 +03:00

feature #1020: Bug in deploy

This commit is contained in:
Ruben S.Montero 2011-12-24 00:37:58 +01:00
parent 598fd63ba8
commit fd4ce9ebed

View File

@ -33,8 +33,8 @@ dfile = ARGV[0]
host = ARGV[1]
id = ARGV[3]
vmware_drv = VMwareDriver.new(host, id)
vmware_drv = VMwareDriver.new(host)
puts vmware_drv.deploy(dfile)
puts vmware_drv.deploy(dfile, id)
exit 0