#!/bin/sh echo "This script should be sourced for setting env variables, like venv activate" export OPENSTACK_RELEASE=2023.2 export CONTAINER_DISTRO_NAME=ubuntu export CONTAINER_DISTRO_VERSION=jammy