1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-13 12:58:17 +03:00

F #4913: Cosmetic change to oca host.rb

This commit is contained in:
mcabrerizo 2017-06-11 19:25:21 +02:00
parent 4e71fc51a3
commit 1178e0cd23

View File

@ -230,7 +230,7 @@ module OpenNebula
if vcenter_wild_vm
require 'vcenter_driver'
host_id = self["ID"]
vm_ref = wild["DEPLOY_ID"]
vm_ref = wild["DEPLOY_ID"]
return VCenterDriver::Importer.import_wild(host_id, vm_ref, vm, template)
else
rc = vm.allocate(template)