From 17ce243cf6c28e78b1b7e5fe1c392de6fe398fad Mon Sep 17 00:00:00 2001 From: XuWei Date: Wed, 11 Apr 2018 04:20:29 -0400 Subject: [PATCH] fix typo error of rspconfig powersupplyredundancy --- xCAT-openbmc-py/lib/python/agent/hwctl/openbmc_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-openbmc-py/lib/python/agent/hwctl/openbmc_client.py b/xCAT-openbmc-py/lib/python/agent/hwctl/openbmc_client.py index a33714129..0401928b3 100644 --- a/xCAT-openbmc-py/lib/python/agent/hwctl/openbmc_client.py +++ b/xCAT-openbmc-py/lib/python/agent/hwctl/openbmc_client.py @@ -198,7 +198,7 @@ RSPCONFIG_APIS = { 'get_data': [], 'display_name': "BMC PowerSupplyRedundancy", 'attr_values': { - 'disabled': ["Disables"], + 'disabled': ["Disabled"], 'enabled': ["Enabled"], }, },