fix
[plcapi.git] / PLC / Methods / GetSlivers.py
index 7f936ea..9123e46 100644 (file)
@@ -168,7 +168,7 @@ class GetSlivers(Method):
         networks = Interfaces(self.api, node['interface_ids'])
 
         # Get node group information
-        nodegroups = NodeGroups(self.api, node['nodegroup_ids']).dict('name')
+        nodegroups = NodeGroups(self.api, node['nodegroup_ids']).dict('groupname')
         groups = nodegroups.keys()
 
         # Get all (enabled) configuration files