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