From 32d60145f7686c241a37dba99613b768035c0f96 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Fri, 18 May 2018 10:20:31 -0400 Subject: [PATCH] Fix typo in discovery core --- confluent_server/confluent/discovery/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/confluent_server/confluent/discovery/core.py b/confluent_server/confluent/discovery/core.py index defb761a..8fc7d207 100644 --- a/confluent_server/confluent/discovery/core.py +++ b/confluent_server/confluent/discovery/core.py @@ -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: