summaryrefslogtreecommitdiffstats
path: root/deploy/tempest.py
diff options
context:
space:
mode:
Diffstat (limited to 'deploy/tempest.py')
-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: