From: zhouya Date: Thu, 8 Jun 2017 08:31:27 +0000 (+0800) Subject: solve "no disks in host-detail" error X-Git-Tag: opnfv-5.0.RC1~76 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=cd5dea763b8ba8c723fb2c21ea1e45928fd1a488;p=daisy.git solve "no disks in host-detail" error Change-Id: Ifb408a3b3dfa139bb938cc7ef8c9b0981e4266c3 Signed-off-by: zhouya --- 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()