Revert incorrect reference call and use right data
This commit is contained in:
		@@ -142,7 +142,7 @@ def host_checkin(config, data):
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
            target_state = "completed"
 | 
					            target_state = "completed"
 | 
				
			||||||
            for node in all_nodes:
 | 
					            for node in all_nodes:
 | 
				
			||||||
                node.set_boot_state(config, cspec, data, target_state)
 | 
					                host.set_boot_state(config, cspec, node, target_state)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            # 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)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user