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

major bug in vCenter sunstone importation (#2391)

This commit is contained in:
Sergio Semedi Barranco 2018-09-05 18:51:19 +02:00 committed by Tino Vázquez
parent 2a09e1ad3b
commit 2841ccabfb

View File

@ -223,11 +223,11 @@ module VCenterDriver
# @ return [Hash] the list of unimported resources
#
def retrieve_resources(opts = {})
VCenterDriver::VIHelper.clean_ref_hash
list = get_list(opts)
@defaults = opts[:config] if opts[:config]
VCenterDriver::VIHelper.clean_ref_hash
return list
end