pass MacAddress to StepCreateVM

pull/6187/head
Matthew Donoughe 8 years ago
parent 148f7d39e4
commit ef03e97dc3

@ -378,6 +378,7 @@ func (b *Builder) Run(ui packer.Ui, hook packer.Hook, cache packer.Cache) (packe
DifferencingDisk: b.config.DifferencingDisk,
SkipExport: b.config.SkipExport,
OutputDir: b.config.OutputDir,
MacAddress: b.config.MacAddress,
},
&hypervcommon.StepEnableIntegrationService{},

Loading…
Cancel
Save