[baremetal] Bring in opendaylight scenario
[fuel.git] / deploy / dha_adapters / ipmi_adapter.py
index c7dc7e4..7cc9305 100644 (file)
@@ -65,6 +65,7 @@ class IpmiAdapter(HardwareAdapter):
 
         attempts = self.attempts
         while attempts:
+            time.sleep(self.delay)
             state = self.node_get_state(node_id)
             attempts -= 1
             if state == expected: