Commit 636e647c authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

builder/qemu: set proper HTTPIP for boot command [GH-597]

parent 5ededd52
...@@ -62,7 +62,7 @@ func (s *stepTypeBootCommand) Run(state multistep.StateBag) multistep.StepAction ...@@ -62,7 +62,7 @@ func (s *stepTypeBootCommand) Run(state multistep.StateBag) multistep.StepAction
log.Printf("Connected to VNC desktop: %s", c.DesktopName) log.Printf("Connected to VNC desktop: %s", c.DesktopName)
tplData := &bootCommandTemplateData{ tplData := &bootCommandTemplateData{
"127.0.0.1", "10.0.2.2",
httpPort, httpPort,
config.VMName, config.VMName,
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment