Add BiosVersion field to System
Currently we don't have the BiosVersion information when we query the System resource in sushy-tools, this cause problems when checking the information with Firmware Interface Change-Id: I8b5bf1387f32bd4d4bd91d3211782d900320b319
This commit is contained in:
parent
0246649c06
commit
37f118237a
@ -58,6 +58,7 @@
|
||||
"Bios": {
|
||||
"@odata.id": {{ "/redfish/v1/Systems/%s/BIOS"|format(identity)|tojson }}
|
||||
},
|
||||
"BiosVersion": "1.0.0",
|
||||
"Processors": {
|
||||
"@odata.id": {{ "/redfish/v1/Systems/%s/Processors"|format(identity)|tojson }}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user