builder/qemu: set proper HTTPIP for boot command [GH-597]
This commit is contained in:
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)
|
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,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue