X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Fopenstack-stack-create.sh;h=d4ce7879420669059695d2b66e5a38551aaf96e1;hb=refs%2Fchanges%2F50%2F72650%2F2;hp=478ac5be1f0846c7dff3c3d4ff1e52a84d66afc0;hpb=f032b4b5add46b6c1f34ed6dfeb4dd94b76b416c;p=releng%2Fglobal-jjb.git diff --git a/shell/openstack-stack-create.sh b/shell/openstack-stack-create.sh index 478ac5be..d4ce7879 100644 --- a/shell/openstack-stack-create.sh +++ b/shell/openstack-stack-create.sh @@ -18,6 +18,17 @@ stack_parameters="$WORKSPACE/stack-parameters.yaml" set -eux -o pipefail +# shellcheck disable=SC1090 +source ~/lf-env.sh + +lf-activate-venv --python python3 "lftools[openstack]" \ + kubernetes \ + niet \ + python-heatclient \ + python-openstackclient \ + python-magnumclient \ + yq + openstack --os-cloud "$os_cloud" limits show --absolute pushd "$stack_template_dir" || exit 1