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 c1cbd5f commit a1f5ac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/manageiq/providers/openstack/discovery.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class Discovery

def self.probe(ost)
# Openstack InfraManager (TripleO/Director) discovery
if ManageIQ::Network::Port.open?(ost, IRONIC_PORT)
if ManageIQ::NetworkDiscovery::Port.open?(ost, IRONIC_PORT)
res = ""
Socket.tcp(ost.ipaddr, 6385) do |s|
s.print("GET / HTTP/1.0\r\n\r\n")
Expand Down

0 comments on commit a1f5ac8

Please sign in to comment.