2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-22 01:22:00 +00:00

Fix group attribute clear persistence

This commit is contained in:
jbjohnso 2014-04-22 17:05:20 -04:00
parent a5bc50017e
commit 371262a2f3

View File

@ -821,6 +821,8 @@ class ConfigManager(object):
nodecfg = self._cfgstore['nodes'][node]
self._do_inheritance(
nodecfg, attrib, node, changeset)
self._notif_attribwatchers(changeset)
self._bg_sync_to_file()
def _refresh_nodecfg(self, cfgobj, attrname, node, changeset):
exprmgr = None