create instance reservation

pull/5819/head
Matthew Hooker 8 years ago
parent 543caf3ec5
commit 9e8d845c03
No known key found for this signature in database
GPG Key ID: 7B5F933D9CE8C6A1

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

Loading…
Cancel
Save