From 14daa57d67fed6dc98b833f4c3698fef8ff7f312 Mon Sep 17 00:00:00 2001 From: Joe Gordon Date: Wed, 15 Jan 2014 21:43:25 +0000 Subject: [PATCH] Remove old DEFAULT.root_helper setting root_helper is now under the agent group and not DEFAULT Change-Id: I11867f7ceff1f3b8b0bc2ef8aa508b6ecee653fc --- lib/neutron | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/neutron b/lib/neutron index 43f43f951a..fd61d140d3 100644 --- a/lib/neutron +++ b/lib/neutron @@ -611,9 +611,6 @@ function _configure_neutron_debug_command() { iniset $NEUTRON_TEST_CONFIG_FILE DEFAULT verbose False iniset $NEUTRON_TEST_CONFIG_FILE DEFAULT debug False iniset $NEUTRON_TEST_CONFIG_FILE DEFAULT use_namespaces $Q_USE_NAMESPACE - iniset $NEUTRON_TEST_CONFIG_FILE DEFAULT root_helper "$Q_RR_COMMAND" - # Intermediate fix until Neutron patch lands and then line above will - # be cleaned. iniset $NEUTRON_TEST_CONFIG_FILE agent root_helper "$Q_RR_COMMAND" _neutron_setup_interface_driver $NEUTRON_TEST_CONFIG_FILE