diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2015-08-27 10:50:59 +0200 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2015-08-27 10:50:59 +0200 |
commit | ad277acf70007c4e7723514d7be407b5f97b0077 (patch) | |
tree | e7d338a10029c008867a06c83ab7a99cdb937abb | |
parent | d72b560c1fa16780f1760c243d05fcb669e515c0 (diff) |
Revert "source creds retrieved dynamically by the script"
This reverts commit d72b560c1fa16780f1760c243d05fcb669e515c0.
-rwxr-xr-x | utils/fetch_os_creds.sh | 1 |
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 |