X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Fopenstack-cleanup-orphaned-k8s-clusters.sh;h=0e5f392d787039a63c95d1ea3705031e195fd423;hb=refs%2Ftags%2Fv0.84.0;hp=b1f3923e9a7ca121eb15e9384350205cd3f7a05c;hpb=70b380fccde98eaf35cc894795ff6736561ce6ce;p=releng%2Fglobal-jjb.git diff --git a/shell/openstack-cleanup-orphaned-k8s-clusters.sh b/shell/openstack-cleanup-orphaned-k8s-clusters.sh index b1f3923e..0e5f392d 100644 --- a/shell/openstack-cleanup-orphaned-k8s-clusters.sh +++ b/shell/openstack-cleanup-orphaned-k8s-clusters.sh @@ -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 ## #########################