2
0
mirror of https://github.com/xcat2/confluent.git synced 2026-04-18 14:51:27 +00:00

Fix group rename in collective

This commit is contained in:
Jarrod Johnson
2026-04-17 11:57:35 -04:00
parent b32755b0d3
commit c0b9bb3ab1

View File

@@ -373,7 +373,7 @@ def _rpc_rename_nodes(tenant, renamemap):
def _rpc_rename_nodegroups(tenant, renamemap):
ConfigManager(tenant)._true_rename_nodegroups(renamemap)
ConfigManager(tenant)._true_rename_groups(renamemap)
def _rpc_set_group_attributes(tenant, attribmap, autocreate):