Skip to content

Commit

Permalink
major bug in vCenter sunstone importation (#2391)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio Semedi Barranco authored and Tino Vázquez committed Sep 5, 2018
1 parent 2a09e1a commit 2841cca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/vmm_mad/remotes/lib/vcenter_driver/vcenter_importer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -223,11 +223,11 @@ def get_indexes(args = nil)
# @ 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
Expand Down

0 comments on commit 2841cca

Please sign in to comment.