X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=create-topo-attributes.py;h=5f42684e81c3f9a10141562f5aa8ffc9458c4dac;hb=4d2db6bf4fca9a75c83d97f4df252076e16b8b2b;hp=3ebe2ff36a2e927bba383d33d233a00981ed6c1d;hpb=e9a2d77c6236c8f0b21d323bf62e2c3bb3eea6dc;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: