googlecompute-export: Fixed scopes to run gcloud, gsutil in startup script

This commit is contained in:
YAMADA Tsuyoshi 2016-11-10 17:54:28 +09:00
parent 6be3860412
commit 61e2ea308e
1 changed files with 5 additions and 0 deletions

View File

@ -79,6 +79,11 @@ func (p *PostProcessor) PostProcess(ui packer.Ui, artifact packer.Artifact) (pac
Zone: zone, Zone: zone,
Network: "default", Network: "default",
RawStateTimeout: "5m", 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() exporterConfig.CalcTimeout()