X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa%2Fplc%2Faggregate.py;h=afc20d4f657f7e35e2d57b3b2fb6e30d06c337b7;hb=c9003d09d9fae45899c7d3ea8526daa114df7a7e;hp=5de3ad84b81a0f4df4f75cdb9bc6ca6bea58d7b1;hpb=b4d3c48e1f55ef03042a03173dcdf8e9ef425937;p=sfa.git diff --git a/sfa/plc/aggregate.py b/sfa/plc/aggregate.py index 5de3ad84..afc20d4f 100644 --- a/sfa/plc/aggregate.py +++ b/sfa/plc/aggregate.py @@ -93,6 +93,7 @@ class Aggregate: sliver = {} sliver['hostname'] = self.nodes[node_id]['hostname'] sliver['tags'] = [] + slivers.append(sliver) for tag in tags: # if tag isn't bound to a node then it applies to all slivers if not tag['node_id']: