From e82add726b8532a9f61ce2260ff398e426fc342c Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Fri, 30 May 2008 13:56:33 +0000 Subject: [PATCH] fix --- PLC/Methods/GetSlivers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PLC/Methods/GetSlivers.py b/PLC/Methods/GetSlivers.py index 7f936ea3..9123e467 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 -- 2.47.0