When all subnets are turning off dhcp and killing the process,
this wrong log output "Killing dhcpmasq for network ..." occurs.
It should be "Killing dnsmasq for network ..."
Change-Id: Ic12dc66365d9d127b59279581227060ca6e65105
Closes-Bug: #
1429775
# If all subnets turn off dhcp, kill the process.
if not self._enable_dhcp():
self.disable()
- LOG.debug('Killing dhcpmasq for network since all subnets have '
+ LOG.debug('Killing dnsmasq for network since all subnets have '
'turned off DHCP: %s', self.network.id)
return