Merge pull request #4147 from minimum2scp/fix/googlecompute-export-scopes
googlecompute-export: Fixed scopes to run gcloud, gsutil in startup script
This commit is contained in:
commit
7273350214
|
@ -79,6 +79,11 @@ func (p *PostProcessor) PostProcess(ui packer.Ui, artifact packer.Artifact) (pac
|
|||
Zone: zone,
|
||||
Network: "default",
|
||||
RawStateTimeout: "5m",
|
||||
Scopes: []string{
|
||||
"https://www.googleapis.com/auth/userinfo.email",
|
||||
"https://www.googleapis.com/auth/compute",
|
||||
"https://www.googleapis.com/auth/devstorage.full_control",
|
||||
},
|
||||
}
|
||||
exporterConfig.CalcTimeout()
|
||||
|
||||
|
|
Loading…
Reference in New Issue