From a0684520d8761d9f635dabd57f0a37649872cc6a Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Thu, 2 Apr 2020 10:25:57 -0400 Subject: [PATCH] Add documentation for some parameter default --- confluent_server/confluent/config/attributes.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/confluent_server/confluent/config/attributes.py b/confluent_server/confluent/config/attributes.py index 16258f24..e727b331 100644 --- a/confluent_server/confluent/config/attributes.py +++ b/confluent_server/confluent/config/attributes.py @@ -270,7 +270,8 @@ node = { }, 'console.method': { 'description': ('Indicate the method used to access the console of ' - 'the managed node.'), + 'the managed node. If not specified, then console ' + 'is disabled'), 'validvalues': ('ssh', 'ipmi', 'tsmsol'), }, # 'virtualization.host': { @@ -301,6 +302,7 @@ node = { 'hardwaremanagement.method': { 'description': 'The method used to perform operations such as power ' 'control, get sensor data, get inventory, and so on. ' + 'ipmi is used if not specified.' }, 'enclosure.bay': { 'description': 'The bay in the enclosure, if any',