Skip to content

Commit

Permalink
Merge pull request ManageIQ#209 from gildub/discovery_core_change
Browse files Browse the repository at this point in the history
Discovery namespace change
  • Loading branch information
borod108 authored and Boris Odnopozov committed Feb 26, 2018
2 parents edfaaa8 + 8f67193 commit de22d89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/manageiq/providers/redhat/discovery.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require 'manageiq/network/port'
require 'manageiq/network_discovery/port'
require 'ovirt'

module ManageIQ
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ def parse
end

def cloud_tenants
#comment
collector.tenants.each do |t|
tenant = persister.cloud_tenants.find_or_build(t.id)
tenant.name = t.name
Expand Down

0 comments on commit de22d89

Please sign in to comment.