Bug fix in neutron-dhcp-server discovery.

This commit is contained in:
Peter Lomakin 2013-11-11 18:54:48 +04:00
parent f63ccee112
commit c2af438891

View File

@ -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