Feat!: Re-factor lf-activate-venv() to re-use venv
[releng/global-jjb.git] / shell / openstack-cleanup-orphaned-stacks.sh
index cc150ac..e9299b5 100644 (file)
@@ -56,6 +56,18 @@ stack_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
+
 set -x
 #########################
 ## FETCH ACTIVE BUILDS ##