ironic/releasenotes/notes/drac_host-deprecated-b181149246eecb47.yaml
Lucas Alvares Gomes 2a844e67d7 Drac: Deprecate drac_host property
This patch is deprecating the drac_host property in favor of
drac_address.

The drivers in the Ironic tree uses the "<namespace>_address" format for
setting the IP address to talk to their BMC except for Drac which used
"drac_host" instead. This patch is fixing it.

These small incosistencies decrease the UX and make scripting around
Ironic harder than it should be.

Change-Id: Ia23e8582a398dca9ca11762ee6fe1789fdba9777
Closes-Bug: #1644210
2016-11-25 11:21:39 +00:00

6 lines
213 B
YAML

---
deprecations:
- For DRAC drivers, the node's ``driver_info["drac_host"]`` property is
deprecated and will be ignored starting in the Pike release.
Please use ``driver_info["drac_address"]`` instead.