2
0
mirror of https://github.com/xcat2/confluent.git synced 2026-05-07 17:27:16 +00:00

Fix incorrect reference in the smm validation by certificate

This commit is contained in:
Jarrod Johnson
2023-06-28 13:13:26 -04:00
parent c07248d58e
commit 9186c8142c
+1 -1
View File
@@ -1232,7 +1232,7 @@ def eval_node(cfg, handler, info, nodename, manual=False):
info['enclosure.bay'] = match[1]
if match[2]:
if not discover_node(cfg, handler, info, match[2], manual):
pending_nodes[match[2]] = nodename
pending_nodes[match[2]] = info
return
if 'enclosure.bay' not in info:
unknown_info[info['hwaddr']] = info