root_helper is now under the agent group and not DEFAULT
Change-Id: I11867f7ceff1f3b8b0bc2ef8aa508b6ecee653fc
| ... | ... |
@@ -611,9 +611,6 @@ function _configure_neutron_debug_command() {
|
| 611 | 611 |
iniset $NEUTRON_TEST_CONFIG_FILE DEFAULT verbose False |
| 612 | 612 |
iniset $NEUTRON_TEST_CONFIG_FILE DEFAULT debug False |
| 613 | 613 |
iniset $NEUTRON_TEST_CONFIG_FILE DEFAULT use_namespaces $Q_USE_NAMESPACE |
| 614 |
- iniset $NEUTRON_TEST_CONFIG_FILE DEFAULT root_helper "$Q_RR_COMMAND" |
|
| 615 |
- # Intermediate fix until Neutron patch lands and then line above will |
|
| 616 |
- # be cleaned. |
|
| 617 | 614 |
iniset $NEUTRON_TEST_CONFIG_FILE agent root_helper "$Q_RR_COMMAND" |
| 618 | 615 |
|
| 619 | 616 |
_neutron_setup_interface_driver $NEUTRON_TEST_CONFIG_FILE |