Skip to content

Commit

Permalink
Fix RHEV Targetted Refresh Disconnected Networks
Browse files Browse the repository at this point in the history
Code removed by PR #316
caused the problem with disconnected networks indicated in
https://bugzilla.redhat.com/show_bug.cgi?id=1669176
  • Loading branch information
jerryk55 committed Jan 31, 2019
1 parent 5e83d3b commit 1a0117d
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,9 @@ def infer_related_host_ems_refs_db!
host.storages.each do |storage|
add_simple_target!(:storagedomains, storage.ems_ref)
end
host.switches.each do |switch|
add_simple_target!(:networks, switch.uid_ems)
end
end
end

Expand Down

0 comments on commit 1a0117d

Please sign in to comment.