ungleich-tools/openstack/activate-openstack.sh
2024-01-06 19:29:52 +01:00

7 lines
201 B
Bash
Executable file

#!/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