2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-22 09:32:21 +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:
Jarrod Johnson 2014-02-22 18:20:07 -05:00
parent 7894a056e1
commit 70b7b62c0f

View File

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