
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
6 lines
218 B
YAML
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.
|