Skip to content

Commit

Permalink
Merge pull request #108 from agrare/fix_update_drive_refresh
Browse files Browse the repository at this point in the history
Fix update driven refresh initialization
  • Loading branch information
blomquisg committed Sep 27, 2017
2 parents a9bb985 + 7da5750 commit 1343012
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ def do_before_work_loop
# This will be done by the VimBrokerWorker, when he is ready.

if Settings.prototype.ems_vmware.update_driven_refresh
@collector = ManageIQ::Providers::Vmware::InfraManager::Inventory::Collector.new(@ems)
ems = @emss.first
@collector = ManageIQ::Providers::Vmware::InfraManager::Inventory::Collector.new(ems)
@collector_thread = start_inventory_collector(@collector)
end
end
Expand Down

0 comments on commit 1343012

Please sign in to comment.