ironic/releasenotes/notes/add-pxe-per-node-526fd79df17efda8.yaml
Yolanda Robla 0bda09acf4 Add pxe template per node
Allow to pass a pxe_template field in driver_info. If that is
present, it will search for the template file specified there,
instead of checking the per-arch/agent templates.

Change-Id: I436a61ad6a3e688bc6f833f5645c99be6d7e26e7
Story: #2004525
Task: #28264
2019-01-02 09:09:53 +00:00

9 lines
275 B
YAML

---
features:
- |
Add a new field pxe_template that can be set at driver-info level. This
will specify a path for a custom pxe boot template. If present, this
template will be read and will have priority in front of the per-arch and
general pxe templates.