qemu builder now needs to explicitly set WinRMPort for StepConnect

Same as vbox builders, aligns qemu with changes to
helper/communicator/step_connect.go introduced by PR #2576
This commit is contained in:
DanHam 2016-12-23 23:15:51 +00:00
parent 686ec1866e
commit 13bb4d153a
No known key found for this signature in database
GPG Key ID: 58E79AEDD6AA987E
1 changed files with 1 additions and 0 deletions

View File

@ -398,6 +398,7 @@ func (b *Builder) Run(ui packer.Ui, hook packer.Hook, cache packer.Cache) (packe
Host: commHost,
SSHConfig: sshConfig,
SSHPort: commPort,
WinRMPort: commPort,
},
)
}