Feat!: Re-factor lf-activate-venv() to re-use venv
[releng/global-jjb.git] / shell / openstack-cleanup-orphaned-k8s-clusters.sh
index b1f3923..0e5f392 100644 (file)
@@ -58,6 +58,15 @@ cluster_in_jenkins() {
     return 1
 }
 
+# shellcheck disable=SC1090
+source ~/lf-env.sh
+
+lf-activate-venv --python python3 \
+    kubernetes \
+    python-heatclient \
+    python-openstackclient \
+    python-magnumclient
+
 #########################
 ## FETCH ACTIVE BUILDS ##
 #########################