diff --git a/confluent_server/confluent/config/attributes.py b/confluent_server/confluent/config/attributes.py index c45a87b4..d4c9a31e 100644 --- a/confluent_server/confluent/config/attributes.py +++ b/confluent_server/confluent/config/attributes.py @@ -417,7 +417,11 @@ 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.' + 'ipmi is used if not specified.', + 'validvalues': ('affluent', 'cnos', 'cooltera', 'deltapdu', + 'eatonpdu', 'enclosure', 'enlogic', 'enos', 'geist', + 'ipmi', 'null', 'nxos', 'pdu', 'proxmox', 'raritan', + 'redfish', 'srlinux', 'vcenter'), }, 'hardwaremanagement.port': { 'description': 'The port the BMC should be configured to connect to '