diff --git a/drivers/google/google.go b/drivers/google/google.go index 4eee269614..88d9a5cff6 100644 --- a/drivers/google/google.go +++ b/drivers/google/google.go @@ -35,7 +35,7 @@ const ( defaultUser = "docker-user" defaultMachineType = "n1-standard-1" defaultImageName = "https://www.googleapis.com/compute/v1/projects/ubuntu-os-cloud/global/images/ubuntu-1510-wily-v20151114" - defaultScopes = "https://www.googleapis.com/auth/devstorage.read_only,https://www.googleapis.com/auth/logging.write" + defaultScopes = "https://www.googleapis.com/auth/devstorage.read_only,https://www.googleapis.com/auth/logging.write,https://www.googleapis.com/auth/monitoring.write" defaultDiskType = "pd-standard" defaultDiskSize = 10 )