Merge "Update cloud image Ubuntu18.04 mininet ovs"
[releng/builder.git] / jjb / packaging / openstack-k8s-config-export.sh
index 5f834c7abf4abc5fa72ada980605e6780fc2918c..4d7de8099109be3ecf457958c8c997aacae523fc 100644 (file)
@@ -15,6 +15,12 @@ set -eux -o pipefail
 # shellcheck disable=SC1090
 . ~/lf-env.sh
 
+lf-activate-venv --python python3 \
+    kubernetes \
+    python-heatclient \
+    python-openstackclient \
+    yq
+
 OS_TIMEOUT=5             # Wait time in minutes for OpenStack cluster nodes to come up.
 CLUSTER_NODE_RETRIES=15  # Number of times to retry waiting for a cluster nodes.
 CLUSTER_NODE_SUCCESSFUL=false