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:
parent
90f7de25b2
commit
a95476563f
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user