Skip to content

Commit

Permalink
Update client to use renamed NetworkDiscovery
Browse files Browse the repository at this point in the history
  • Loading branch information
jrafanie committed Feb 13, 2018
1 parent 079cd9c commit a1d0bd5
Showing 1 changed file with 1 addition 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
Expand Up @@ -8,7 +8,7 @@ class Discovery
def self.probe(ost)
Ovirt.logger = $rhevm_log if $rhevm_log

if ManageIQ::Network::Port.open?(ost, Ovirt::Service::DEFAULT_PORT) &&
if ManageIQ::NetworkDiscovery::Port.open?(ost, Ovirt::Service::DEFAULT_PORT) &&
Ovirt::Service.ovirt?(:server => ost.ipaddr, :verify_ssl => false)
ost.hypervisor << :rhevm
end
Expand Down

0 comments on commit a1d0bd5

Please sign in to comment.