ironic/releasenotes/notes/disable_power_off_api-a8fa90405a9261e3.yaml
Derek Higgins 13f61e674e Allow setting of disable_power_off via API
Change-Id: I1555878ba847805fddaf0d7a2a4babe50acfa674
2024-11-28 12:06:23 +00:00

10 lines
469 B
YAML

---
features:
- |
Adds support for setting ``disable_power_off`` on node creation along with
set/unset ``disable_power_off`` on existing nodes.
If set to ``true``, power off for the node is explicitly disabled, instead, a
reboot will be used in place of power on/off. Additionally, when possible,
the node will be disabled (i.e., its API agent will be rendered unusable
and network configurationwill be removed) instead of being powered off.