X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=utils%2Ffetch_os_creds.sh;h=47fbc91dc45397036b41fd128ecc197ad97f82ce;hb=7c56f10bd78e37bbf5b5dce58ae7f4627565ba0c;hp=e11df599be23da65904bb05fb9658ab680405804;hpb=df4298ad8d7a6323eeffb61a997f087746e35256;p=releng.git diff --git a/utils/fetch_os_creds.sh b/utils/fetch_os_creds.sh index e11df599b..47fbc91dc 100755 --- a/utils/fetch_os_creds.sh +++ b/utils/fetch_os_creds.sh @@ -142,7 +142,6 @@ elif [ "$installer_type" == "compass" ]; then sshpass -p root ssh 2>/dev/null $ssh_options root@${installer_ip} \ "scp $ssh_options ${controller_ip}:/opt/admin-openrc.sh ." &> /dev/null sshpass -p root scp 2>/dev/null $ssh_options root@${installer_ip}:~/admin-openrc.sh $dest_path &> /dev/null - echo 'export OS_REGION_NAME=regionOne' >> $dest_path info "This file contains the mgmt keystone API, we need the public one for our rc file" public_ip=$(sshpass -p root ssh $ssh_options root@${installer_ip} \