3a40347598
Currently, Ironic doesn't add Targets parameter to SimpleUpdate call when updating firmware. This patch makes Ironic aware of multi-System BMCs and send Targets parameter if this condition is detected. This is a prerequisite for using sushy-tools simulated firmware upgrades for testing. Change-Id: I5fd0228200afc28b24d90595244d3961b05acc52
7 lines
244 B
YAML
7 lines
244 B
YAML
---
|
|
features:
|
|
- |
|
|
Adds support for updating BIOS in configurations where a single BMC is
|
|
managing multiple systems (e.g. sushy-tools emulator with multiple VMs).
|
|
In such cases, Targets parameter is added to SimpleUpdate API call.
|