From: Thierry Parmentelat Date: Fri, 30 May 2008 13:56:33 +0000 (+0000) Subject: fix X-Git-Tag: PLCAPI-4.3-1~38 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=e82add726b8532a9f61ce2260ff398e426fc342c;p=plcapi.git fix --- diff --git a/PLC/Methods/GetSlivers.py b/PLC/Methods/GetSlivers.py index 7f936ea..9123e46 100644 --- a/PLC/Methods/GetSlivers.py +++ b/PLC/Methods/GetSlivers.py @@ -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