Fix bugs
[plcapi.git] / PLC / Methods / AddSliceToNodes.py
index 1db307c..ff6ec5c 100644 (file)
@@ -57,7 +57,6 @@ class AddSliceToNodes(Method):
             # allow users at site to add node to slice, ignoring whitelist
             node.check_whitelist(slice, self.caller)
             if slice['slice_id'] not in node['slice_ids']:
-                tags = sliver_tags.get(node['node_id'])
                 slice.add_node(node, commit = False)
 
         slice.sync()