Revert "source creds retrieved dynamically by the script" 35/1335/1
authorMorgan Richomme <morgan.richomme@orange.com>
Thu, 27 Aug 2015 08:50:59 +0000 (10:50 +0200)
committerMorgan Richomme <morgan.richomme@orange.com>
Thu, 27 Aug 2015 08:50:59 +0000 (10:50 +0200)
This reverts commit d72b560c1fa16780f1760c243d05fcb669e515c0.

utils/fetch_os_creds.sh

index 2428ea8..e412ceb 100755 (executable)
@@ -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