mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-22 17:43:14 +00:00
Give messaging layer full info about attributes in attributes plugin.
Messaging layer was unable to contemplate adding info about inheritance and expressions.
This commit is contained in:
parent
7894a056e1
commit
70b7b62c0f
@ -92,7 +92,7 @@ def retrieve_nodes(nodes, element, configmanager, inputdata):
|
||||
allattributes.node[attribute]['description'])
|
||||
else:
|
||||
yield msg.Attributes(node,
|
||||
{attribute: val['value']},
|
||||
{attribute: val},
|
||||
allattributes.node[attribute]['description'])
|
||||
elif element[-1] == 'current':
|
||||
for node in attributes.iterkeys():
|
||||
|
Loading…
Reference in New Issue
Block a user