diff options
author | 2017-05-03 17:27:54 +0200 | |
---|---|---|
committer | 2017-05-03 17:27:54 +0200 | |
commit | 7da9284c015726e4c71ff247d74d1840aa020027 (patch) | |
tree | de20643428650290c7328412497e15393b08c599 /utils | |
parent | fc5f95a30145e201ea6bc484d14598a6783ec4da (diff) |
[Functest][Apex] Use v3 credentials
Soon, Functest will start using only public endpoints
and will remove admin connectivity to the deployments.
Change-Id: I2089ccd3d6e7f1acda7b46d3104a8a78a47af8ff
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
Diffstat (limited to 'utils')
-rwxr-xr-x | utils/fetch_os_creds.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/fetch_os_creds.sh b/utils/fetch_os_creds.sh index c99afaca8..3ec2d1ee8 100755 --- a/utils/fetch_os_creds.sh +++ b/utils/fetch_os_creds.sh @@ -138,7 +138,7 @@ elif [ "$installer_type" == "apex" ]; then if [ -f /root/.ssh/id_rsa ]; then chmod 600 /root/.ssh/id_rsa fi - sudo scp $ssh_options root@$installer_ip:/home/stack/overcloudrc $dest_path + sudo scp $ssh_options root@$installer_ip:/home/stack/overcloudrc_v3 $dest_path elif [ "$installer_type" == "compass" ]; then verify_connectivity $installer_ip |