From 1fb8b33c06d60cea256ece424f955beb46c0c155 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Fri, 25 Jul 2014 14:45:02 -0400 Subject: [PATCH] Correct some incorrectly renamed entries --- confluent_server/confluent/config/configmanager.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/confluent_server/confluent/config/configmanager.py b/confluent_server/confluent/config/configmanager.py index 6f735280..a75a157b 100644 --- a/confluent_server/confluent/config/configmanager.py +++ b/confluent_server/confluent/config/configmanager.py @@ -729,9 +729,9 @@ class ConfigManager(object): # if the attribute is not set, this will search for a candidate # if it is set, but inheritedfrom, search for a replacement, just # in case - if not 'nodegroups' in nodecfg: + if not 'groups' in nodecfg: return - for group in nodecfg['nodegroups']: + for group in nodecfg['groups']: if attrib in self._cfgstore['nodegroups'][group]: if srcgroup is not None and group != srcgroup: # skip needless deepcopy