2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-29 09:13:08 +00:00

fix typo error of rspconfig powersupplyredundancy

This commit is contained in:
XuWei 2018-04-11 04:20:29 -04:00
parent fc4bbd33fe
commit 17ce243cf6

View File

@ -198,7 +198,7 @@ RSPCONFIG_APIS = {
'get_data': [],
'display_name': "BMC PowerSupplyRedundancy",
'attr_values': {
'disabled': ["Disables"],
'disabled': ["Disabled"],
'enabled': ["Enabled"],
},
},