From 9e8a85bc997cbd8bd9849ee829c78136c5f00561 Mon Sep 17 00:00:00 2001 From: Thierry Date: Tue, 25 Nov 2025 21:32:48 +0100 Subject: [PATCH] Add swift & barbican --- setup-env.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup-env.sh b/setup-env.sh index 5452d0b..90356d1 100644 --- a/setup-env.sh +++ b/setup-env.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash OS_PUBLIC_ENDPOINT_FQDN="horizon.master-oivm.fr" -OS_PUBLIC_ENDPOINT_IPV4="10.10.0.2" +OS_PUBLIC_ENDPOINT_IPV4="10.10.0.25" [ -n "$DEBUG" ] && set -e #exec 3>&1 &>/dev/null @@ -56,6 +56,8 @@ pip setuptools wheel python-openstackclient +python-swiftclient +python-barbicanclient EOF pip install --upgrade -r "$REQUIREMENTS" rm -f "$REQUIREMENTS"