From d72b560c1fa16780f1760c243d05fcb669e515c0 Mon Sep 17 00:00:00 2001 From: Morgan Richomme Date: Thu, 27 Aug 2015 08:46:44 +0200 Subject: 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 --- utils/fetch_os_creds.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'utils') 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 -- cgit 1.2.3-korg