fix: change the debugKeyPath name in osc bsusurrogate builder
This commit is contained in:
parent
1c69d55a1f
commit
ae444a3250
|
@ -157,7 +157,7 @@ func (b *Builder) Run(ui packer.Ui, hook packer.Hook, cache packer.Cache) (packe
|
||||||
&osccommon.StepKeyPair{
|
&osccommon.StepKeyPair{
|
||||||
Debug: b.config.PackerDebug,
|
Debug: b.config.PackerDebug,
|
||||||
Comm: &b.config.RunConfig.Comm,
|
Comm: &b.config.RunConfig.Comm,
|
||||||
DebugKeyPath: fmt.Sprintf("oapi_%s.pem", b.config.PackerBuildName),
|
DebugKeyPath: fmt.Sprintf("oapi_%s", b.config.PackerBuildName),
|
||||||
},
|
},
|
||||||
&osccommon.StepSecurityGroup{
|
&osccommon.StepSecurityGroup{
|
||||||
SecurityGroupFilter: b.config.SecurityGroupFilter,
|
SecurityGroupFilter: b.config.SecurityGroupFilter,
|
||||||
|
|
Loading…
Reference in New Issue