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

pull/919/head
Mitchell Hashimoto 13 years ago
parent 5ededd527a
commit 636e647c45

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

Loading…
Cancel
Save