Fix bad ref to cluster
This commit is contained in:
parent
5db1438328
commit
05bd7d1711
|
@ -154,7 +154,7 @@ def host_checkin(config, data):
|
||||||
|
|
||||||
hooks.run_hooks(config, cspec, cluster, ready_nodes)
|
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
|
# Hosts will now power down ready for real activation in production
|
||||||
sleep(60)
|
sleep(60)
|
||||||
|
|
Loading…
Reference in New Issue