summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorMorgan Richomme <morgan.richomme@orange.com>2015-08-27 08:46:44 +0200
committerMorgan Richomme <morgan.richomme@orange.com>2015-08-27 08:46:44 +0200
commitd72b560c1fa16780f1760c243d05fcb669e515c0 (patch)
tree45bbf86a5be3e536e972f59fe948fde8aa51810f /utils
parent84b2e7af8e02d4fe96c20dc2209898628857405c (diff)
source creds retrieved dynamically by the script
so far we just cat them and source them in the functest part. It is better to keep all the creds related action in the fetch creds scripts JIRA: FUNCTEST-42 Change-Id: I4c422237398baf13a1af73232a74bd36f82faca7 Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Diffstat (limited to 'utils')
-rwxr-xr-xutils/fetch_os_creds.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/fetch_os_creds.sh b/utils/fetch_os_creds.sh
index e412ceb2b..2428ea8be 100755
--- a/utils/fetch_os_creds.sh
+++ b/utils/fetch_os_creds.sh
@@ -166,5 +166,6 @@ sed -i "/OS_AUTH_URL/c\export OS_AUTH_URL=\'$public_ip'" $dest_path
echo "-------- Credentials: --------"
cat $dest_path
+source $dest_path
exit 0