wip
This commit is contained in:
parent
445c3fb5bb
commit
bf7c4a7ad6
|
@ -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 New Issue