]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Don't use root_helper when it's not needed
authorrossella <rsblendido@suse.com>
Mon, 16 Jun 2014 10:52:38 +0000 (10:52 +0000)
committerrossella <rsblendido@suse.com>
Mon, 16 Jun 2014 10:55:40 +0000 (10:55 +0000)
commit31f6bbbbe8f9909af922dc4146afc50b7bbb0eac
treea46fdb90259abf25ebaf94715d325dcde82c8cf0
parent043f04c1595b061ece88f48430f7a4b82dac5f89
Don't use root_helper when it's not needed

LinuxBridge agent doesn't need to use root_helper when checking if
a device exists. Root priviledges are required to perform operations
inside a namespace and it's not the case here.

Change-Id: I12e0cde2f4dd3b3f8e7f5ed9e90e2805a4466aaa
Closes-bug: #1305800
neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py