keep track of slice instances
[plcapi.git] / PLC / Methods / AddSliceToNodes.py
index 903681e..72ffbed 100644 (file)
@@ -50,7 +50,6 @@ class AddSliceToNodes(Method):
         # Get specified nodes, add them to the slice
         nodes = Nodes(self.api, node_id_or_hostname_list, 
                       ['node_id', 'hostname', 'slice_ids', 'slice_ids_whitelist', 'site_id'])
-
         slice.spawn_instances(nodes) 
         for node in nodes:
             # check the slice whitelist on each node first