mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-11 01:30:06 -04:00
fix: change the debugKeyPath name in osc bsusurrogate builder
This commit is contained in:
parent
1c69d55a1f
commit
ae444a3250
1 changed files with 1 additions and 1 deletions
|
|
@ -157,7 +157,7 @@ func (b *Builder) Run(ui packer.Ui, hook packer.Hook, cache packer.Cache) (packe
|
|||
&osccommon.StepKeyPair{
|
||||
Debug: b.config.PackerDebug,
|
||||
Comm: &b.config.RunConfig.Comm,
|
||||
DebugKeyPath: fmt.Sprintf("oapi_%s.pem", b.config.PackerBuildName),
|
||||
DebugKeyPath: fmt.Sprintf("oapi_%s", b.config.PackerBuildName),
|
||||
},
|
||||
&osccommon.StepSecurityGroup{
|
||||
SecurityGroupFilter: b.config.SecurityGroupFilter,
|
||||
|
|
|
|||
Loading…
Reference in a new issue