This commit is contained in:
Matthew Hooker 2018-10-16 12:01:42 -07:00
parent 445c3fb5bb
commit bf7c4a7ad6
No known key found for this signature in database
GPG Key ID: 7B5F933D9CE8C6A1
2 changed files with 1 additions and 1 deletions

View File

@ -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,

View File

@ -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)