mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-25 19:10:10 +00:00
Fix incorrect reference in the smm validation by certificate
This commit is contained in:
parent
c07248d58e
commit
9186c8142c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user