bab6feb3a0
Currently, BiosVersion value returned in respose to GET /System/ comes from a value hardcoded in template. This change replaces the hardcoded value with a variable stored in sushy:bios metadata in the libvirt xml definition of the VM. Change-Id: Iaefc695c6cb177bc232112515c7b33c7b9af8b68
10 lines
440 B
YAML
10 lines
440 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Replaces hardcoded BIOS version string with updatable field backed by a
|
|
custom section in libvirt metadata (similar to prior art on BIOS
|
|
settings). This can be used for BIOS version information as well as
|
|
storing firmware version information of other components. NOTE: this
|
|
enhancement is meant to facilitate testing BIOS/firmware upgrade codepaths
|
|
and NOT performing actual BIOS/firmware upgrades.
|