Browse code

Setup rootwrapper for quantum-debug command

Setup rootwrapper for quantum-debug command
This change is needed to quantum-gating

Change-Id: I032f26c0c020374ac978e00bdf72856da795096d

Nachi Ueno authored on 2012/12/09 15:07:11
Showing 1 changed files
... ...
@@ -1387,6 +1387,7 @@ if is_service_enabled quantum; then
1387 1387
         iniset $QUANTUM_TEST_CONFIG_FILE DEFAULT verbose False
1388 1388
         iniset $QUANTUM_TEST_CONFIG_FILE DEFAULT debug False
1389 1389
         iniset $QUANTUM_TEST_CONFIG_FILE DEFAULT use_namespaces $Q_USE_NAMESPACE
1390
+        iniset $QUANTUM_TEST_CONFIG_FILE DEFAULT root_helper "$Q_RR_COMMAND"
1390 1391
         quantum_setup_keystone $QUANTUM_TEST_CONFIG_FILE DEFAULT set_auth_url
1391 1392
         if [[ "$Q_PLUGIN" == "openvswitch" ]]; then
1392 1393
             iniset $QUANTUM_TEST_CONFIG_FILE DEFAULT interface_driver quantum.agent.linux.interface.OVSInterfaceDriver