From 3629cb8ee79864a204f7bd0aebb318900a3fed4d Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Wed, 19 Feb 2020 16:53:35 -0500 Subject: [PATCH] Fix spelling of cumulus --- 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 a6f6771c..8e06b2f6 100644 --- a/confluent_server/confluent/discovery/core.py +++ b/confluent_server/confluent/discovery/core.py @@ -117,7 +117,7 @@ nodehandlers = { servicenames = { 'pxe-client': 'pxe-client', 'onie-switch': 'onie-switch', - 'cumulus-switch': 'cumuls-switch', + 'cumulus-switch': 'cumulus-switch', 'service:lenovo-smm': 'lenovo-smm', 'service:management-hardware.Lenovo:lenovo-xclarity-controller': 'lenovo-xcc', 'service:management-hardware.IBM:integrated-management-module2': 'lenovo-imm2',