2
0
mirror of https://github.com/xcat2/confluent.git synced 2025-01-28 11:57:37 +00:00

Another note on where to do some inheritence things

This commit is contained in:
Jarrod Johnson 2013-11-09 12:02:26 -05:00
parent 90f7de25b2
commit a95476563f

View File

@ -495,6 +495,8 @@ class ConfigManager(object):
newdict['cryptvalue'] = crypt_value(newdict['value'])
del newdict['value']
cfgobj[attr] = newdict
#TODO: inherit: if attr != 'nodes': for each member node
#check and update inheritence scheme
def set_node_attributes(self, attribmap):
if 'nodes' not in self._cfgstore: