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

Fix mistake in configmanager around deleting a group

This commit is contained in:
Jarrod Johnson 2014-04-07 16:28:45 -04:00
parent be552cc446
commit 092983caf5

View File

@ -788,8 +788,7 @@ class ConfigManager(object):
if group in self._cfgstore['groups']:
self._sync_nodes_to_group(group=group, nodes=[],
changeset=changeset)
_mark_dirtykey('groups', group, self.tenant,
changeset=changeset)
_mark_dirtykey('groups', group, self.tenant)
del self._cfgstore['groups'][group]
self._notif_attribwatchers(changeset)
self._bg_sync_to_file()