]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
in dhcp_agent, always use quantum.conf root_helper
authorPeter Feiner <peter@gridcentric.ca>
Wed, 8 May 2013 21:53:21 +0000 (17:53 -0400)
committerPeter Feiner <peter@gridcentric.ca>
Wed, 8 May 2013 22:14:27 +0000 (18:14 -0400)
commit8a9e7ac7f2e3901d33c8a6a91dffec1e16b13f0d
tree79705f6f84a2c1a816902a2a6c2248108d616aa1
parent916d54d010ce93d3d0f1d8b3a6bb2fba9ce7938c
in dhcp_agent, always use quantum.conf root_helper

Fixes bug #1178003.

For the most part, the dhcp agent uses the root_helper setting from the [AGENT]
section of /etc/quantum/quantum.conf. However, in a couple of spots, the
root_helper setting from the [DEFAULT] section of /etc/quantum/dhcp_agent.ini
was being used.

Change-Id: Id2f3140374a705cf7a0d2a784e4f321cc54f602e
quantum/agent/dhcp_agent.py