2
0
mirror of https://github.com/xcat2/confluent.git synced 2026-04-25 18:21:30 +00:00

Fix collective rename of nodegroups

This commit is contained in:
Jarrod Johnson
2026-04-17 11:56:58 -04:00
parent aec1d62e44
commit 650b1ee91f

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):