From 7da9284c015726e4c71ff247d74d1840aa020027 Mon Sep 17 00:00:00 2001 From: "jose.lausuch" Date: Wed, 3 May 2017 17:27:54 +0200 Subject: [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 --- utils/fetch_os_creds.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit 1.2.3-korg