![Ilya Etingof](/assets/img/avatar_default.png)
The `redfish_system_id` property of redfish hardware type has been made optional. If not specified in `driver_info`, and the target BMC manages a single ComputerSystem, ironic will assume that system. Otherwise, ironic will fail requiring explicit `redfish_system_id` specification in `driver_info`. Also bumpted sushy dependency to >= 3.1.0. Change-Id: I425baa7c7294c6c8a707e89df63a17da8e49b666 Story: 2007258 Task: 38619
11 lines
409 B
YAML
11 lines
409 B
YAML
---
|
|
features:
|
|
- |
|
|
The ``redfish_system_id`` property of redfish hardware type has been made
|
|
optional. If not specified in ``driver_info``, and the target BMC manages
|
|
a single ComputerSystem, ironic will assume that system. Otherwise, ironic
|
|
will fail requiring explicit ``redfish_system_id`` specification in
|
|
``driver_info``. The minimum version for the sushy library is now
|
|
3.1.0.
|
|
|