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

Update migrate

This commit is contained in:
Tino Vázquez 2019-01-31 10:42:53 +01:00 committed by GitHub
parent 3322f36714
commit f426406515
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,6 +32,7 @@ require 'vcenter_driver'
vm_id = ARGV[-2]
src_host = ARGV[-3]
dst_host = ARGV[-4]
dsid = ARGV[-5]
begin