Add swift & barbican

main
Thierry 1 week ago
parent 811789b2c1
commit 9e8a85bc99

@ -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"

Loading…
Cancel
Save