ironic/releasenotes/notes/redfish-deploy-iso-9671ae83108f6385.yaml
Dmitry Tantsur 0a83738721 Rename redfish_deploy_iso -> deploy_iso
We should only use prefixed driver_info parameters when they are either
unique to the driver or have different meanings for different drivers.
This is not the case for deploy_iso, but we use vendor prefixes for
historical reasons.

This change migrates the redfish-virtual-media boot interface and
creates helpers to fascilitate migration of other boot interfaces.

Change-Id: I698d1c90592e8de2cb24d6e2cf819e7f6ac3911f
Story: #2008880
Task: #42425
2021-05-19 12:48:40 +02:00

7 lines
222 B
YAML

---
deprecations:
- |
The node's ``driver_info`` parameters ``redfish_deploy_iso`` and
``redfish_rescue_iso`` have been renamed to ``deploy_iso`` and
``rescue_iso`` accordingly. The old names are deprecated.