From ad277acf70007c4e7723514d7be407b5f97b0077 Mon Sep 17 00:00:00 2001 From: Morgan Richomme Date: Thu, 27 Aug 2015 10:50:59 +0200 Subject: Revert "source creds retrieved dynamically by the script" This reverts commit d72b560c1fa16780f1760c243d05fcb669e515c0. --- utils/fetch_os_creds.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'utils') 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 -- cgit 1.2.3-korg