summaryrefslogtreecommitdiffstats
path: root/deploy/tempest.py
diff options
context:
space:
mode:
authorzhouya <zhou.ya@zte.com.cn>2017-06-08 16:31:27 +0800
committerzhouya <zhou.ya@zte.com.cn>2017-06-08 16:31:32 +0800
commitcd5dea763b8ba8c723fb2c21ea1e45928fd1a488 (patch)
tree660a97222a00622a89afea78a4ed3366f6d8e2fd /deploy/tempest.py
parent2177584b4de65c099dc467e7d3df46bfc93f891b (diff)
solve "no disks in host-detail" error
Change-Id: Ifb408a3b3dfa139bb938cc7ef8c9b0981e4266c3 Signed-off-by: zhouya <zhou.ya@zte.com.cn>
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()