Fix incorrect class reference

This commit is contained in:
Joshua Boniface 2022-10-26 13:54:39 +00:00
parent 247fc866a2
commit 2681ccf577
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ def host_checkin(config, data):
target_state = "completed"
for node in all_nodes:
host.set_boot_state(config, cspec, data, target_state)
node.set_boot_state(config, cspec, data, target_state)
# Hosts will now power down ready for real activation in production
sleep(60)