From dd4d7ded7463b775a314524b9f392c1f97d8475f Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Fri, 14 Aug 2020 15:48:52 -0400 Subject: [PATCH] Fix syntax error in attributes.py --- confluent_server/confluent/config/attributes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/confluent_server/confluent/config/attributes.py b/confluent_server/confluent/config/attributes.py index 5cbcb28e..b8efe150 100644 --- a/confluent_server/confluent/config/attributes.py +++ b/confluent_server/confluent/config/attributes.py @@ -361,7 +361,7 @@ node = { 'ipmi is used if not specified.' }, 'hardwaremanagement.port': { - 'description': 'The port the BMC should be configured to connect to + 'description': 'The port the BMC should be configured to connect to ' 'network. This only has effect during deployment and ' 'does not apply to out of band discovery. Example values ' 'include "ocp", "ml2", "lom" (for on board port '