summaryrefslogtreecommitdiff
path: root/ironic/drivers/modules/ansible/deploy.py
diff options
context:
space:
mode:
Diffstat (limited to 'ironic/drivers/modules/ansible/deploy.py')
-rw-r--r--ironic/drivers/modules/ansible/deploy.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/ironic/drivers/modules/ansible/deploy.py b/ironic/drivers/modules/ansible/deploy.py
index 4a1a478d8..cbecdc976 100644
--- a/ironic/drivers/modules/ansible/deploy.py
+++ b/ironic/drivers/modules/ansible/deploy.py
@@ -608,6 +608,9 @@ class AnsibleDeploy(agent_base.HeartbeatMixin, base.DeployInterface):
self.reboot_and_finish_deploy(task)
task.driver.boot.clean_up_ramdisk(task)
+ # TODO(dtantsur): remove these two calls when this function becomes a
+ # real deploy step.
+ task.process_event('wait')
manager_utils.notify_conductor_resume_deploy(task)
@METRICS.timer('AnsibleDeploy.reboot_and_finish_deploy')