solve "no disks in host-detail" error 15/35915/1
authorzhouya <zhou.ya@zte.com.cn>
Thu, 8 Jun 2017 08:31:27 +0000 (16:31 +0800)
committerzhouya <zhou.ya@zte.com.cn>
Thu, 8 Jun 2017 08:31:32 +0000 (16:31 +0800)
Change-Id: Ifb408a3b3dfa139bb938cc7ef8c9b0981e4266c3
Signed-off-by: zhouya <zhou.ya@zte.com.cn>
deploy/tempest.py

index 148e8ba..4f75ee7 100644 (file)
@@ -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()