mirror of
https://github.com/hashicorp/packer.git
synced 2026-05-28 04:35:38 -04:00
wip
This commit is contained in:
parent
445c3fb5bb
commit
bf7c4a7ad6
2 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,6 @@ func (c *PVConfig) Prepare(ctx *interpolate.Context) (errs *packer.MultiError) {
|
|||
--retry-delay 0 \
|
||||
-o {{ .DiskImagePath }} \
|
||||
'...'`
|
||||
c.BuilderUploadImageCommand = "false"
|
||||
}
|
||||
/*
|
||||
errs = packer.MultiErrorAppend(errs,
|
||||
|
|
|
|||
|
|
@ -47,6 +47,7 @@ func (s *stepCreatePVBuilder) Run(_ context.Context, state multistep.StateBag) m
|
|||
ImageList: config.SourceImageList,
|
||||
Attributes: config.attribs,
|
||||
SSHKeys: []string{config.Comm.SSHKeyPairName},
|
||||
//Entry: 5,
|
||||
}
|
||||
|
||||
instanceInfo, err := instanceClient.CreateInstance(input)
|
||||
|
|
|
|||
Loading…
Reference in a new issue