2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-22 09:32:21 +00:00

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.
This commit is contained in:
Jarrod Johnson 2017-11-14 12:01:57 -05:00
parent 0b0f325240
commit 3e201a5f4f

View File

@ -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(