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

This commit is contained in:
Mitchell Hashimoto 2013-11-05 22:05:46 -08:00
parent 5ededd527a
commit 636e647c45
1 changed files with 1 additions and 1 deletions

View File

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