X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Fcapture-instance-metadata.sh;h=0998dd1af2beddb8bbc6db94d3ee4c1b7714d951;hb=eafdcafcbe25dbad05e5117aca20bf6ea048ac44;hp=c102d53c3ee67b3f2c0c3010c1d775fd365c89e4;hpb=86f276e966e01b037d96a1a87cb6ad1fce18f7cc;p=releng%2Fglobal-jjb.git diff --git a/shell/capture-instance-metadata.sh b/shell/capture-instance-metadata.sh index c102d53c..0998dd1a 100644 --- a/shell/capture-instance-metadata.sh +++ b/shell/capture-instance-metadata.sh @@ -25,8 +25,8 @@ fi # AWS not supported, exit cloudtype="$(jq -r .v1.datasource /run/cloud-init/result.json)" if [[ $cloudtype == "DataSourceEc2Local" ]]; then - echo "INFO: Running in AWS, not capturing instance metadata" - exit 0 + echo "INFO: Running in AWS, not capturing instance metadata" + exit 0 fi # Retrive OpenStack instace metadata APIs at this IP.