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"