summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2017-05-05 14:06:47 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-05-05 14:06:47 +0000
commitf49d86bbc83fa0a7c38728a2503a970a32f94f88 (patch)
tree4af503d49f5f431202a5401b403fc32e75b29246 /utils
parent2cae87b83cff1ffd628acda6adc24415998a7b1d (diff)
parent7da9284c015726e4c71ff247d74d1840aa020027 (diff)
Merge "[Functest][Apex] Use v3 credentials"
Diffstat (limited to 'utils')
-rwxr-xr-xutils/fetch_os_creds.sh2
1 files changed, 1 insertions, 1 deletions
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