Fix bad ref to cluster

This commit is contained in:
Joshua Boniface 2022-10-27 16:35:49 +00:00
parent 1a9bd09788
commit 3fba1f6de7

View File

@ -154,7 +154,7 @@ def host_checkin(config, data):
hooks.run_hooks(config, cspec, cluster, ready_nodes)
host.set_completed(config, cspec, cluster)
host.set_completed(config, cspec, cspec_cluster)
# Hosts will now power down ready for real activation in production
sleep(60)