From 13bb4d153a31b745812da0296dab418534871f82 Mon Sep 17 00:00:00 2001 From: DanHam Date: Fri, 23 Dec 2016 23:15:51 +0000 Subject: [PATCH] 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 --- builder/qemu/builder.go | 1 + 1 file changed, 1 insertion(+) diff --git a/builder/qemu/builder.go b/builder/qemu/builder.go index b1439fc46..ef7d4b621 100644 --- a/builder/qemu/builder.go +++ b/builder/qemu/builder.go @@ -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, }, ) }