From: Tony Mack Date: Thu, 12 May 2011 21:06:31 +0000 (-0400) Subject: fix bug in sfa.plc.aggregate.get_rspec() X-Git-Tag: sfa-1.0-22~57 X-Git-Url: http://git.onelab.eu/?p=sfa.git;a=commitdiff_plain;h=c9003d09d9fae45899c7d3ea8526daa114df7a7e fix bug in sfa.plc.aggregate.get_rspec() --- 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']: