ironic/releasenotes/notes/no-power-on-842b21d55b07a632.yaml
Dmitry Tantsur e804f6c56b Account for power interfaces that cannot power on
The future agent power interface will only be capable of rebooting, so:
1) Adjust agent_base to be able to use reboot instead power off+on
2) Adjust power sync to avoid trying to force power state for such nodes

Change-Id: Ia95a68729f684a06c722539816eadea5ebb80d1a
Story: #2007771
Task: #40381
2020-07-20 09:41:41 +02:00

10 lines
395 B
YAML

---
other:
- |
A new method ``supports_power_sync`` has been added to ``PowerInterface``.
If it returns ``False``, the conductor will not try to assert power state
for the node, merely recording the returned state instead.
- |
The base agent deploy interface code now correctly handles power interfaces
that do not support the ``power on`` action but support ``reboot``.