fix nitos add_nodes
authorMohamed Larabi <mohamed.larabi@inria.fr>
Fri, 11 Oct 2013 12:56:49 +0000 (14:56 +0200)
committerMohamed Larabi <mohamed.larabi@inria.fr>
Fri, 11 Oct 2013 12:56:49 +0000 (14:56 +0200)
sfa/rspecs/elements/versions/nitosv1Node.py

index 743d562..44b9b52 100644 (file)
@@ -20,7 +20,7 @@ from sfa.rspecs.elements.versions.pgv2Services import PGv2Services
 class NITOSv1Node:
 
     @staticmethod
-    def add_nodes(xml, nodes):
+    def add_nodes(xml, nodes, rspec_content_type=None):
         network_elems = xml.xpath('//network')
         if len(network_elems) > 0:
             network_elem = network_elems[0]