summaryrefslogtreecommitdiffstats
path: root/deploy/tempest.py
diff options
context:
space:
mode:
Diffstat (limited to 'deploy/tempest.py')
-rw-r--r--deploy/tempest.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/deploy/tempest.py b/deploy/tempest.py
index 148e8ba3..4f75ee77 100644
--- a/deploy/tempest.py
+++ b/deploy/tempest.py
@@ -82,6 +82,7 @@ def prepare_install():
elif conf['host'] and conf['host'] == 'yes':
print("discover host...")
discover_host(hosts_name)
+ time.sleep(10)
print("update hosts interface...")
hosts_info = get_hosts()
cluster_info = get_cluster()