summaryrefslogtreecommitdiffstats
path: root/utils/fetch_os_creds.sh
diff options
context:
space:
mode:
authorjose.lausuch <jose.lausuch@ericsson.com>2017-05-03 17:27:54 +0200
committerjose.lausuch <jose.lausuch@ericsson.com>2017-05-03 17:27:54 +0200
commit7da9284c015726e4c71ff247d74d1840aa020027 (patch)
treede20643428650290c7328412497e15393b08c599 /utils/fetch_os_creds.sh
parentfc5f95a30145e201ea6bc484d14598a6783ec4da (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/fetch_os_creds.sh')
-rwxr-xr-xutils/fetch_os_creds.sh2
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