Remove netconf-4.0.x jobs
[releng/builder.git] / jjb / opendaylight-infra-copy-ssh-keys.sh
index d80d9d8c4e15bc78e47f5b6b04e78ce36b6607a9..c8aa145964b254a15462765c26e5138a861f2d9a 100644 (file)
@@ -44,21 +44,10 @@ function copy-ssh-keys-to-slave() {
 # shellcheck disable=SC1090
 . ~/lf-env.sh
 
-
-# Check if openstack venv was previously created
-if [ -f "/tmp/.os_lf_venv" ]; then
-    os_lf_venv=$(cat "/tmp/.os_lf_venv")
-fi
-
-if [ -d "${os_lf_venv}" ] && [ -f "${os_lf_venv}/bin/openstack" ]; then
-    echo "Re-use existing venv: ${os_lf_venv}"
-    PATH=$os_lf_venv/bin:$PATH
-else
-    lf-activate-venv --python python3 \
-        python-heatclient \
-        python-openstackclient \
-        yq
-fi
+lf-activate-venv --python python3 \
+    python-heatclient \
+    python-openstackclient \
+    yq
 
 # Print the Stack outputs parameters so that we can identify which IPs belong
 # to which VM types.