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

B #3281: Import Wild VM in vCenter defaults to host 0 (#3339)

This commit is contained in:
jmdelafe 2019-05-17 11:55:46 -04:00 committed by Tino Vázquez
parent aa0eae8eda
commit 112234cd67

View File

@ -3114,7 +3114,7 @@ class VmmImporter < VCenterDriver::VcImporter
end
def list(key, list)
@list = {"" => list}
@list = {key => list}
end
def request_vnc(vc_vm)