Fix: Update lf-activate-venv
[releng/builder.git] / jjb / packaging / openstack-k8s-create-with-template.sh
index 4adcf8f91c1dcd54f562ae2522128a18d85bcb19..50dd89a36bcd8f05fd6e81c1807ceef36f521683 100644 (file)
 echo "---> Create K8S cluster with pre-existing template"
 
 set -eux -o pipefail
+
 # shellcheck disable=SC1090
 . ~/lf-env.sh
-lf-activate-venv python-openstackclient python-magnumclient
+
+lf-activate-venv --python python3 \
+    python-heatclient \
+    python-openstackclient \
+    yq
 
 OS_TIMEOUT=20       # Wait time in minutes for OpenStack cluster to come up.
 CLUSTER_RETRIES=3   # Number of times to retry creating a cluster.