step2 : basic functions for handling nodetags and nodegroups - still highly volatile
[plcapi.git] / PLC / Methods / AddSliceAttribute.py
index ad32437..8102fe1 100644 (file)
@@ -38,7 +38,7 @@ class AddSliceAttribute(Method):
               Node.fields['hostname'],
              None),
        Mixed(NodeGroup.fields['nodegroup_id'],
-              NodeGroup.fields['name'])
+              NodeGroup.fields['groupname'])
         ]
 
     returns = Parameter(int, 'New slice_attribute_id (> 0) if successful')