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

F #4913: Fix import wild vm bug

This commit is contained in:
mcabrerizo 2017-04-28 12:43:30 +02:00
parent 83db00d485
commit d91a5854b2

View File

@ -40,6 +40,7 @@ def self.import_wild(host_id, vm_ref, one_vm, template)
vcenter_vm.reference_imported_nics
# Set vnc configuration F#5074
one_vm.info # Let's update the info to gather VNC info
extraconfig = []
extraconfig += vcenter_vm.extraconfig_vnc
spec_hash = { :extraConfig => extraconfig }