summaryrefslogtreecommitdiffstats
path: root/deploy
diff options
context:
space:
mode:
authorZhijiang Hu <hu.zhijiang@zte.com.cn>2017-03-28 02:23:05 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-03-28 02:23:05 +0000
commit3324525378940af1f53c75a264d3945382dfe623 (patch)
tree0dc7d9d6e408ca39281a44a7f31047bc297f90ce /deploy
parent9b44406394c56b4d162e3feae6282777a63b5ec0 (diff)
parent59f1796fd0488926ede5b47279c1e672bda7e35b (diff)
Merge "Fix bug in virtual deploy"
Diffstat (limited to 'deploy')
-rw-r--r--deploy/tempest.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/deploy/tempest.py b/deploy/tempest.py
index 6e626c71..263e62e0 100644
--- a/deploy/tempest.py
+++ b/deploy/tempest.py
@@ -94,6 +94,8 @@ def prepare_install():
print("daisy baremetal deploy start")
install_os_for_bm_oneshot(cluster_id)
elif conf['install'] and conf['install'] == 'yes':
+ cluster_info = get_cluster()
+ cluster_id = cluster_info.id
install_os_for_vm_step2(cluster_id)
except Exception: