can set expires upon slice creation
[plcapi.git] / PLC / Methods / GetDummyBoxUsers.py
index 24cea9b..74e586e 100644 (file)
@@ -1,6 +1,7 @@
 #
 # Marta Carbone - UniPi 
 # $Id$
+# $URL$
 #
 # This Method returns a list of tuples formatted as follow:
 # 
@@ -83,7 +84,7 @@ class GetDummyBoxUsers(Method):
 
                node_list = []
                for i in connected_nodes:
-                       node_list.append(['node_id'])
+                       node_list.append(i['node_id'])
 
                nodes = Nodes(self.api, node_list, ['node_id', 'hostname', 'slice_ids'])
                if not nodes: return 0