[Functest][Apex] Use v3 credentials 53/34153/1
authorjose.lausuch <jose.lausuch@ericsson.com>
Wed, 3 May 2017 15:27:54 +0000 (17:27 +0200)
committerjose.lausuch <jose.lausuch@ericsson.com>
Wed, 3 May 2017 15:27:54 +0000 (17:27 +0200)
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>
utils/fetch_os_creds.sh

index c99afac..3ec2d1e 100755 (executable)
@@ -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