Add swift & barbican

main
Thierry 1 week ago
parent 811789b2c1
commit 9e8a85bc99

@ -1,7 +1,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
OS_PUBLIC_ENDPOINT_FQDN="horizon.master-oivm.fr" 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 [ -n "$DEBUG" ] && set -e
#exec 3>&1 &>/dev/null #exec 3>&1 &>/dev/null
@ -56,6 +56,8 @@ pip
setuptools setuptools
wheel wheel
python-openstackclient python-openstackclient
python-swiftclient
python-barbicanclient
EOF EOF
pip install --upgrade -r "$REQUIREMENTS" pip install --upgrade -r "$REQUIREMENTS"
rm -f "$REQUIREMENTS" rm -f "$REQUIREMENTS"

Loading…
Cancel
Save