Merge "in dhcp_agent, always use quantum.conf root_helper"

This commit is contained in:
Jenkins
2013-05-09 16:45:05 +00:00
committed by Gerrit Code Review

View File

@@ -325,7 +325,7 @@ class DhcpAgent(manager.Manager):
pm = external_process.ProcessManager(
self.conf,
network.id,
self.conf.root_helper,
self.root_helper,
self._ns_name(network))
pm.enable(callback)
@@ -333,7 +333,7 @@ class DhcpAgent(manager.Manager):
pm = external_process.ProcessManager(
self.conf,
network.id,
self.conf.root_helper,
self.root_helper,
self._ns_name(network))
pm.disable()