Apex: fixes overcloudrc v3 filename 43/34443/1
authorTim Rozet <trozet@redhat.com>
Mon, 8 May 2017 15:44:31 +0000 (11:44 -0400)
committerTim Rozet <trozet@redhat.com>
Mon, 8 May 2017 15:44:31 +0000 (11:44 -0400)
Change-Id: I086adca7f9671c2c5e6fd04a1ec339e8b22f1de4
Signed-off-by: Tim Rozet <trozet@redhat.com>
utils/fetch_os_creds.sh

index 3ec2d1e..6a382a5 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_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