mirror of
https://github.com/xcat2/confluent.git
synced 2026-04-26 02:31:28 +00:00
Another note on where to do some inheritence things
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user