From dbda4f45a1c49ec2cbbd357e99a59620743eef70 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Tue, 12 Aug 2025 10:49:01 -0400 Subject: [PATCH] Add 'proxmox' to valid values for console options --- 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 4251974d..5e0e97e7 100644 --- a/confluent_server/confluent/config/attributes.py +++ b/confluent_server/confluent/config/attributes.py @@ -376,7 +376,7 @@ node = { 'the managed node. If not specified, then console ' 'is disabled. "ipmi" should be specified for most ' 'systems if console is desired.'), - 'validvalues': ('ssh', 'ipmi', 'openbmc', 'tsmsol', 'vcenter'), + 'validvalues': ('ssh', 'ipmi', 'openbmc', 'tsmsol', 'vcenter', 'proxmox'), }, # 'virtualization.host': { # 'description': ('Hypervisor where this node does/should reside'),