ironic/releasenotes/notes/instance-info-root-device-0a5190240fcc8fd8.yaml
Dmitry Tantsur 42dc9787e5 Allow reading root_device from instance_info
For the future deployment API we need to be able to set root_device
per deployment in addition to per node. This change adds it.

Change-Id: I1dd046c2e5fca211a84290bac8daa7550b21614f
Depends-On: https://review.opendev.org/701043
Story: #2006910
Task: #37556
2020-01-08 15:55:13 +01:00

7 lines
234 B
YAML

---
features:
- |
Allows reading the ``root_device`` from ``instance_info``, overriding
the value in ``properties``. This enables per-instance root device
settings and requires the Ussuri release of ironic-python-agent.