X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fopendaylight-infra-copy-ssh-keys.sh;h=99e9dc7e57591f227685fae47efcd70a1d93c99d;hb=9ad5a4aa1765c3a9f62472c02b894ce2cfe16840;hp=d6801239f6b0b843889608bd2fda9c8e95584916;hpb=083016bc16594ec6b46843ff1484ad2d9774d2c6;p=releng%2Fbuilder.git diff --git a/jjb/opendaylight-infra-copy-ssh-keys.sh b/jjb/opendaylight-infra-copy-ssh-keys.sh index d6801239f..99e9dc7e5 100644 --- a/jjb/opendaylight-infra-copy-ssh-keys.sh +++ b/jjb/opendaylight-infra-copy-ssh-keys.sh @@ -31,10 +31,10 @@ function copy-ssh-keys-to-slave() { # Print the Stack outputs parameters so that we can identify which IPs belong # to which VM types. -openstack stack show -c outputs "$STACK_NAME" +openstack --os-cloud rackspace stack show -c outputs "$STACK_NAME" # shellcheck disable=SC2006 -ADDR=(`openstack stack show -f json -c outputs "$STACK_NAME" | \ +ADDR=(`openstack --os-cloud rackspace stack show -f json -c outputs "$STACK_NAME" | \ jq -r '.outputs[] | \ select(.output_key | match("^vm_[0-9]+_ips\$")) | \ .output_value | .[]'`)