From 05bd7d1711171b95ca8c7dff94a3c022a556d0e1 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Thu, 27 Oct 2022 16:35:49 +0000 Subject: [PATCH] Fix bad ref to cluster --- bootstrap-daemon/pvcbootstrapd/lib/lib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap-daemon/pvcbootstrapd/lib/lib.py b/bootstrap-daemon/pvcbootstrapd/lib/lib.py index 12e41c0..b5c1763 100755 --- a/bootstrap-daemon/pvcbootstrapd/lib/lib.py +++ b/bootstrap-daemon/pvcbootstrapd/lib/lib.py @@ -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)