diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2015-08-27 08:46:44 +0200 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2015-08-27 08:46:44 +0200 |
commit | d72b560c1fa16780f1760c243d05fcb669e515c0 (patch) | |
tree | 45bbf86a5be3e536e972f59fe948fde8aa51810f | |
parent | 84b2e7af8e02d4fe96c20dc2209898628857405c (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>
-rwxr-xr-x | utils/fetch_os_creds.sh | 1 |
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 |