mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-22 17:43:14 +00:00
Fix typo in discovery core
This commit is contained in:
parent
0dbf82b0f1
commit
32d60145f7
@ -895,7 +895,7 @@ def eval_node(cfg, handler, info, nodename, manual=False):
|
||||
if enl:
|
||||
# ambiguous SMM situation according to the configuration, we need
|
||||
# to match uuid
|
||||
encuuid = info['attributes'].get('chasis-uuid', None)
|
||||
encuuid = info['attributes'].get('chassis-uuid', None)
|
||||
if encuuid:
|
||||
enl = list(cfg.filter_node_attributes('id.uuid=' + encuuid))
|
||||
if len(enl) != 1:
|
||||
|
Loading…
Reference in New Issue
Block a user