ironic/releasenotes/notes/agent-api-bf9f18d8d38075e4.yaml
Dmitry Tantsur a9216bb07f Implement new heartbeat for AgentDeploy
Refactor heartbeat and related calls to a new AgentDeployMixin used
in AgentDeploy, ISCSIDeploy and BaseAgentVendor.

Also removes excessive passing of kwargs to where they are not used.
It has a potential of breaking out-of-tree drivers, but it also greatly
simplifies tracking how values are passed during deployment.

Also made several methods just functions.

Change-Id: I56c728c13b06f1aea0baeec0dddc7ba160a7a211
Partial-Bug: #1570841
2016-07-20 18:24:01 +02:00

6 lines
218 B
YAML

---
other:
- The "continue_deploy" and "reboot_to_instance" methods in the
"BaseAgentVendor" class stopped accepting ** arguments. They were never
used anyway; the drivers should stop passing anything there.