summaryrefslogtreecommitdiff
path: root/run_tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'run_tests.py')
-rw-r--r--run_tests.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/run_tests.py b/run_tests.py
index 5f4c98ee..eb00e032 100644
--- a/run_tests.py
+++ b/run_tests.py
@@ -76,7 +76,8 @@ def initialize_trove(config_file):
rpc.init(CONF)
taskman_service = rpc_service.RpcService(
- None, topic=topic, rpc_api_version=rpc_version.RPC_API_VERSION,
+ CONF.taskmanager_rpc_encr_key, topic=topic,
+ rpc_api_version=rpc_version.RPC_API_VERSION,
manager='trove.taskmanager.manager.Manager')
taskman_service.start()