federation in progress - associate a local slice to a foreign node
[plcapi.git] / PLC / Methods / GetForeignNodes.py
index 230240b..e9c2321 100644 (file)
@@ -17,7 +17,7 @@ class GetForeignNodes (Method):
     roles = ['admin']
 
     accepts = [ Auth(),
-               [ Mixed(ForeignNode.fields['foreign_node_id'],
+               [ Mixed(ForeignNode.fields['node_id'],
                        ForeignNode.fields['hostname'])]
                ]