ironic/releasenotes/notes/no-power-on-842b21d55b07a63...

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``.