From: Tim Rozet Date: Mon, 8 May 2017 15:44:31 +0000 (-0400) Subject: Apex: fixes overcloudrc v3 filename X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=3239c88f1f6a7fbc7394b6dba72fb697b12608a2;p=releng.git Apex: fixes overcloudrc v3 filename Change-Id: I086adca7f9671c2c5e6fd04a1ec339e8b22f1de4 Signed-off-by: Tim Rozet --- diff --git a/utils/fetch_os_creds.sh b/utils/fetch_os_creds.sh index 3ec2d1ee8..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_v3 $dest_path + sudo scp $ssh_options root@$installer_ip:/home/stack/overcloudrc.v3 $dest_path elif [ "$installer_type" == "compass" ]; then verify_connectivity $installer_ip