summaryrefslogtreecommitdiff
path: root/releasenotes/notes/no-power-on-842b21d55b07a632.yaml
blob: 71f4dc9eb66ab368358ae6dc487002667a8773e6 (plain)
1
2
3
4
5
6
7
8
9
---
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``.