mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-22 17:43:14 +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:
parent
0b0f325240
commit
3e201a5f4f
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user