e804f6c56b
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
10 lines
395 B
YAML
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``.
|