Feat!: Re-factor lf-activate-venv() to re-use venv
[releng/global-jjb.git] / shell / openstack-cleanup-orphaned-servers.sh
index 629a3a0..ddbf1c6 100644 (file)
@@ -47,6 +47,17 @@ minion_in_jenkins() {
     return 1
 }
 
+# shellcheck disable=SC1090
+source ~/lf-env.sh
+
+lf-activate-venv --python python3 "lftools[openstack]" \
+    kubernetes \
+    niet \
+    python-heatclient \
+    python-openstackclient \
+    python-magnumclient \
+    yq
+
 ##########################
 ## FETCH ACTIVE MINIONS ##
 ##########################