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

major bug in vCenter sunstone importation (#2391)

(cherry picked from commit 2841ccabfb698bb55c848c497ab5388129a555e7)
This commit is contained in:
Sergio Semedi Barranco 2018-09-05 18:51:19 +02:00 committed by Tino Vazquez
parent 7a6d6fa93f
commit 0e448aa3c3

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