Code Review
/
daisy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
2177584
)
solve "no disks in host-detail" error
15/35915/1
author
zhouya
<zhou.ya@zte.com.cn>
Thu, 8 Jun 2017 08:31:27 +0000
(16:31 +0800)
committer
zhouya
<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
patch
|
blob
|
history
diff --git
a/deploy/tempest.py
b/deploy/tempest.py
index
148e8ba
..
4f75ee7
100644
(file)
--- 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()