2
0
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:
Jarrod Johnson 2018-05-18 10:20:31 -04:00
parent 0dbf82b0f1
commit 32d60145f7

View File

@ -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: