X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=create-topo-attributes.py;h=5f42684e81c3f9a10141562f5aa8ffc9458c4dac;hb=ceb5f699fdccf1c56d571a64e16ae9ac606fc2bb;hp=3ebe2ff36a2e927bba383d33d233a00981ed6c1d;hpb=bef392f1b40b2be31ec1d631dbc20f01cc2e80af;p=nodemanager-topo.git diff --git a/create-topo-attributes.py b/create-topo-attributes.py index 3ebe2ff..5f42684 100755 --- a/create-topo-attributes.py +++ b/create-topo-attributes.py @@ -378,9 +378,10 @@ for i in slices: print "Slice %s not using IIAS" % slice.name if topo_type == 'manual' and slice.get_tag('egre_key', slicetags): - topo_tag = slice.get_tag('topo_rspec', slicetags) - if topo_tag: - topo_tag.updated = True + for node in slice.get_nodes(nodes): + topo_tag = slice.get_tag('topo_rspec', slicetags, node) + if topo_tag: + topo_tag.updated = True # Update the tag values in the database for i in slicetags: