ironic/releasenotes/notes/replace_deprecated_field_in_redfish_driver-eb75e6bf67913963.yaml
cid 944ee5eee1 Deprecated field in Redfish Driver
Replaces depracated field ``storage.storage_controllers`` with the
new ``storage.controllers`` in the Redfish driver.

Closes-Bug: #2070485
Change-Id: Ibe66c73c8d2e402fabaa7a3a2fbc2f3c44e47dbd
2024-07-01 03:56:01 -07:00

9 lines
277 B
YAML

---
fixes:
- |
Replaces deprecated ``Storage.StorageControllers`` in Redfish RAID
with ``Storage.Controllers``, which provides an array of links to
controller objects instead of embedding the full controller objects.
The old field is now used as a fallback.