2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-21 19:22:05 +00:00

Merge pull request #5088 from xuweibj/rspconfig_psr_dis

fix typo error of rspconfig powersupplyredundancy
This commit is contained in:
zet809 2018-04-11 16:58:42 +08:00 committed by GitHub
commit 484c383524
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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