ironic/releasenotes/notes/flag_always_reboot-62468a7058b58823.yaml
Fellype Cavalcante 049fd40719 Add a flag to always perform persistent boot on PXE interface
With the proposal to solve the bug that PXE interface should
be using non-persistent boot for cleaning/deploying phases as
default(commit: c7091fb8e2), it's
necessary to create a flag to enable persistent behavior when
you set the boot device.
This flag will override a non-persistent behavior in the
cleaning and deploy process.

Change-Id: I1f47393c17a3f5319fffd963ec0a016b41865c5d
Closes-Bug: 1703945
Co-Authored-By: Stenio Araujo <steniaraujo@lsd.ufcg.edu.br>
2017-08-04 16:28:30 -03:00

10 lines
392 B
YAML

---
features:
- |
Adds a boolean flag called ``force_persistent_boot_device`` into
a node's ``driver_info`` to enable persistent behavior when you
set the boot device during deploy and cleaning operations. This
flag will override a non-persistent behavior in the cleaning and
deploy process.
For more information, see https://bugs.launchpad.net/ironic/+bug/1703945.