Merge pull request #6187 from mdonoughe/hyperv-mac

pass MacAddress to StepCreateVM
This commit is contained in:
M. Marsh 2018-04-26 08:58:58 -07:00 committed by GitHub
commit bda2d8c947
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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