From 730af73069e121606d3987a8fb4c889fa0e5b96b Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Thu, 13 Oct 2022 14:58:41 -0400 Subject: [PATCH] Correct open string in the attributes edit --- 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 5a4c18a6..2d13035d 100644 --- a/confluent_server/confluent/config/attributes.py +++ b/confluent_server/confluent/config/attributes.py @@ -474,7 +474,7 @@ node = { 'interface for IPv4. "firmwaredhcp" means to defer to ' 'external DHCP server during firmware execution, but ' 'use static for OS. "firmwarenone" means to suppress ' - 'even the no-IP dhcp offers, to fully delegate to an external + 'even the no-IP dhcp offers, to fully delegate to an external ' 'dhcp/pxe configuration, even for confluent deployment.', 'validvalues': ('dhcp', 'static', 'firmwaredhcp', 'firmwarenone', 'none') },