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:
parent
598fd63ba8
commit
fd4ce9ebed
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user