ungleich-tools/openstack/activate-openstack.sh

8 lines
201 B
Bash
Raw Normal View History

2024-01-06 18:29:52 +00:00
#!/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