]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Define root_helper variable under the [AGENT] section
authorGary Kotton <gkotton@redhat.com>
Mon, 28 Jan 2013 13:37:47 +0000 (13:37 +0000)
committerGary Kotton <gkotton@redhat.com>
Mon, 4 Feb 2013 09:11:47 +0000 (09:11 +0000)
commit1b7565b83ca8ef9761cdfb1eed1e9eb9498ea340
tree3b80540a45ed2b50f263e33f3bce378fea7203ad
parentf4b1c5fb7c99c49ec5a9e205189af05b2786a1a2
Define root_helper variable under the [AGENT] section

Fixes bug 1105523

The patch set adds 2 new functions:
1. register_root_helper - this enables all wanting to use
the root_helper variable. This is under the section AGENT.
2. get_root_helper - this is a helper function that returns the
root_helper. This should be used when the application used to
have the root_helper defined under the section DEFAULT. This
ensures backward compatability.

Change-Id: Iba72c4fc89ba5329ea045483287012f82b306250
23 files changed:
etc/dhcp_agent.ini
etc/l3_agent.ini
etc/metadata_agent.ini
etc/quantum.conf
etc/quantum/plugins/linuxbridge/linuxbridge_conf.ini
etc/quantum/plugins/openvswitch/ovs_quantum_plugin.ini
etc/quantum/plugins/ryu/ryu.ini
quantum/agent/common/config.py
quantum/agent/dhcp_agent.py
quantum/agent/l3_agent.py
quantum/agent/linux/interface.py
quantum/agent/netns_cleanup_util.py
quantum/agent/ovs_cleanup_util.py
quantum/debug/debug_agent.py
quantum/debug/shell.py
quantum/plugins/linuxbridge/common/config.py
quantum/plugins/nec/common/config.py
quantum/plugins/openvswitch/common/config.py
quantum/plugins/ryu/common/config.py
quantum/tests/unit/test_agent_config.py
quantum/tests/unit/test_agent_netns_cleanup.py
quantum/tests/unit/test_l3_agent.py
quantum/tests/unit/test_linux_interface.py