From 3e201a5f4f5e11be48d4aee83e13d97ba5b34124 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Tue, 14 Nov 2017 12:01:57 -0500 Subject: [PATCH] Back off aborted use of configmanager in nodegroups Currently, we don't need it and the change was half-attempted. Remove the problematic half that remained. --- confluent_server/confluent/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/confluent_server/confluent/core.py b/confluent_server/confluent/core.py index 0db54d20..2dfc0997 100644 --- a/confluent_server/confluent/core.py +++ b/confluent_server/confluent/core.py @@ -499,7 +499,7 @@ def handle_nodegroup_request(configmanager, inputdata, raise Exception("TODO") plugroute = routespec.routeinfo inputdata = msg.get_input_message( - pathcomponents[2:], operation, inputdata, configmanager) + pathcomponents[2:], operation, inputdata) if 'handler' in plugroute: # fixed handler definition hfunc = getattr(pluginmap[plugroute['handler']], operation) return hfunc(