X-Git-Url: http://git.onelab.eu/?p=nodemanager-topo.git;a=blobdiff_plain;f=create-topo-attributes.py;h=3ebe2ff36a2e927bba383d33d233a00981ed6c1d;hp=2fe6ee3aecc881d419bfbd1c4f6dedd69a6bc33e;hb=bef392f1b40b2be31ec1d631dbc20f01cc2e80af;hpb=c69c556dca6a87551df2b954cc42f790af9d39aa diff --git a/create-topo-attributes.py b/create-topo-attributes.py index 2fe6ee3..3ebe2ff 100755 --- a/create-topo-attributes.py +++ b/create-topo-attributes.py @@ -167,7 +167,7 @@ class Slice: if cap == "CAP_NET_ADMIN": return else: - newcaps = "CAP_NET_ADMIN," + caps + newcaps = "CAP_NET_ADMIN," + tag.value self.update_tag('capabilities', newcaps, slicetags) else: self.add_tag('capabilities', 'CAP_NET_ADMIN', slicetags)