summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorMorgan Richomme <morgan.richomme@orange.com>2015-08-27 10:50:59 +0200
committerMorgan Richomme <morgan.richomme@orange.com>2015-08-27 10:50:59 +0200
commitad277acf70007c4e7723514d7be407b5f97b0077 (patch)
treee7d338a10029c008867a06c83ab7a99cdb937abb /utils
parentd72b560c1fa16780f1760c243d05fcb669e515c0 (diff)
Revert "source creds retrieved dynamically by the script"
This reverts commit d72b560c1fa16780f1760c243d05fcb669e515c0.
Diffstat (limited to 'utils')
-rwxr-xr-xutils/fetch_os_creds.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/fetch_os_creds.sh b/utils/fetch_os_creds.sh
index 2428ea8be..e412ceb2b 100755
--- a/utils/fetch_os_creds.sh
+++ b/utils/fetch_os_creds.sh
@@ -166,6 +166,5 @@ sed -i "/OS_AUTH_URL/c\export OS_AUTH_URL=\'$public_ip'" $dest_path
echo "-------- Credentials: --------"
cat $dest_path
-source $dest_path
exit 0