From aec1d62e44926cfe5837094bae200deeb6fee03b Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Fri, 17 Apr 2026 11:53:46 -0400 Subject: [PATCH] Fix noderename --- confluent_server/confluent/plugins/configuration/attributes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/confluent_server/confluent/plugins/configuration/attributes.py b/confluent_server/confluent/plugins/configuration/attributes.py index 617f0090..c241619b 100644 --- a/confluent_server/confluent/plugins/configuration/attributes.py +++ b/confluent_server/confluent/plugins/configuration/attributes.py @@ -285,7 +285,7 @@ async def update_nodes(nodes, element, configmanager, inputdata): for node in nodes: rename = inputdata.get_attributes(node) namemap[node] = rename['rename'] - configmanager.rename_nodes(namemap) + await configmanager.rename_nodes(namemap) return yield_rename_resources(namemap, isnode=True) clearwarnbynode = {} for node in nodes: