Bug fix in neutron-dhcp-server discovery.
This commit is contained in:
parent
f63ccee112
commit
c2af438891
@ -987,7 +987,7 @@ class NeutronDhcpAgentDiscovery(ServiceDiscovery):
|
||||
def discover(self, driver, host, **data):
|
||||
client = driver.client(host)
|
||||
|
||||
process = self._find_python_process(client, 'neutron-dhcp-agent')
|
||||
process = find_python_process(client, 'neutron-dhcp-agent')
|
||||
if not process:
|
||||
return None
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user