X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=utils%2Ffetch_os_creds.sh;h=6a382a56c624bebe9ffa2cc97dbc998949e357fa;hb=7d94cf82c1751c0674e6df9cad492e8a6fb0ea2b;hp=c99afaca8b3d879865b356e1f0eef8838fcfcb4b;hpb=33cb78090b76dfe17891eae0c45aeb246f1fa12e;p=releng.git diff --git a/utils/fetch_os_creds.sh b/utils/fetch_os_creds.sh index c99afaca8..6a382a56c 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