From 636e647c45fdf043b247e30407790981d1467166 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 5 Nov 2013 22:05:46 -0800 Subject: [PATCH] builder/qemu: set proper HTTPIP for boot command [GH-597] --- builder/qemu/step_type_boot_command.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/qemu/step_type_boot_command.go b/builder/qemu/step_type_boot_command.go index c3a6bc354..3b2dd62ad 100644 --- a/builder/qemu/step_type_boot_command.go +++ b/builder/qemu/step_type_boot_command.go @@ -62,7 +62,7 @@ func (s *stepTypeBootCommand) Run(state multistep.StateBag) multistep.StepAction log.Printf("Connected to VNC desktop: %s", c.DesktopName) tplData := &bootCommandTemplateData{ - "127.0.0.1", + "10.0.2.2", httpPort, config.VMName, }