source creds retrieved dynamically by the script 33/1333/1
authorMorgan Richomme <morgan.richomme@orange.com>
Thu, 27 Aug 2015 06:46:44 +0000 (08:46 +0200)
committerMorgan Richomme <morgan.richomme@orange.com>
Thu, 27 Aug 2015 06:46:44 +0000 (08:46 +0200)
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>
utils/fetch_os_creds.sh

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