summaryrefslogtreecommitdiff
path: root/ironic/drivers/base.py
diff options
context:
space:
mode:
Diffstat (limited to 'ironic/drivers/base.py')
-rw-r--r--ironic/drivers/base.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/ironic/drivers/base.py b/ironic/drivers/base.py
index 4bf0b68ee..6231831b9 100644
--- a/ironic/drivers/base.py
+++ b/ironic/drivers/base.py
@@ -402,11 +402,12 @@ class DeployInterface(BaseInterface):
"""
pass
- def heartbeat(self, task, callback_url):
+ def heartbeat(self, task, callback_url, agent_version):
"""Record a heartbeat for the node.
:param task: a TaskManager instance containing the node to act on.
:param callback_url: a URL to use to call to the ramdisk.
+ :param agent_version: The version of the agent that is heartbeating
:return: None
"""
LOG.warning('Got heartbeat message from node %(node)s, but '