X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Fopenstack-cleanup-orphaned-stacks.sh;h=e9299b53b04d2a012cc46fc3ceaeb8e9bf7a4d03;hb=4867c0799530acf13f7527c6a026879bdfb34e06;hp=cc150ac4454f62edf25128dd59d92188f4ce5580;hpb=70b380fccde98eaf35cc894795ff6736561ce6ce;p=releng%2Fglobal-jjb.git diff --git a/shell/openstack-cleanup-orphaned-stacks.sh b/shell/openstack-cleanup-orphaned-stacks.sh index cc150ac4..e9299b53 100644 --- a/shell/openstack-cleanup-orphaned-stacks.sh +++ b/shell/openstack-cleanup-orphaned-stacks.sh @@ -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 ##