From: jose.lausuch Date: Wed, 3 May 2017 15:27:54 +0000 (+0200) Subject: [Functest][Apex] Use v3 credentials X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=7da9284c015726e4c71ff247d74d1840aa020027;p=releng.git [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 --- 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