builder/googlecompute: Revert to using default service account

Fixes issue with cross Project builds.

Closes #4608

Regression introduced in PR #3639
pull/4749/head
Rickard von Essen 9 years ago
parent 7f8f24e126
commit 77dc8b84c1
No known key found for this signature in database
GPG Key ID: E0C0327388876CBA

@ -391,7 +391,7 @@ func (d *driverGCE) RunInstance(c *InstanceConfig) (<-chan error, error) {
},
ServiceAccounts: []*compute.ServiceAccount{
{
Email: c.ServiceAccountEmail,
Email: "default",
Scopes: c.Scopes,
},
},

Loading…
Cancel
Save