create instance reservation

This commit is contained in:
Matthew Hooker 2018-01-12 14:19:13 -08:00
parent 543caf3ec5
commit 9e8d845c03
No known key found for this signature in database
GPG Key ID: 7B5F933D9CE8C6A1

View File

@ -44,6 +44,7 @@ func (b *Builder) Run(ui packer.Ui, hook packer.Hook, cache packer.Cache) (packe
DebugKeyPath: fmt.Sprintf("oci_classic_%s.pem", b.config.PackerBuildName),
PrivateKeyFile: b.config.Comm.SSHPrivateKey,
},
&stepCreateIPReservation{},
&stepCreateInstance{},
&communicator.StepConnect{
Config: &b.config.Comm,