mirror of
https://github.com/xcat2/confluent.git
synced 2026-09-04 12:07:58 +00:00
Fix key typo dropping verified flag in enclosure discovery
This commit is contained in:
@@ -1285,7 +1285,7 @@ async def eval_node(cfg, handler, info, nodename, manual=False):
|
||||
# might be ambiguous, need to match chassis-uuid as well..
|
||||
match = await search_smms_by_cert(nodename, await handler.get_https_cert(), cfg)
|
||||
if match:
|
||||
info['verfied'] = True
|
||||
info['verified'] = True
|
||||
info['enclosure.bay'] = match[1]
|
||||
if match[2]:
|
||||
if not await discover_node(cfg, handler, info, match[2], manual):
|
||||
|
||||
Reference in New Issue
Block a user