Rename all occurrences of "Compute Node" to "Compute Engine"

This is an error, there is no such thing as "Compute Node" in GCP.

Signed-off-by: Tomas Hozza <thozza@redhat.com>
This commit is contained in:
Tomas Hozza 2021-03-26 17:29:36 +01:00 committed by Tomas Hozza
parent e799f752be
commit c91f3b11f6
6 changed files with 61 additions and 61 deletions

View file

@ -576,7 +576,7 @@ function verifyInAWS() {
fi
}
# Verify image in Compute Node on GCP
# Verify image in Compute Engine on GCP
function verifyInGCP() {
# Authenticate
$GCP_CMD auth activate-service-account --key-file "$GOOGLE_APPLICATION_CREDENTIALS"