builder/vmware: more logs for Workstation

This commit is contained in:
Mitchell Hashimoto 2013-07-31 14:02:00 -07:00
parent 5fd00cfd3a
commit e11b6617f3
1 changed files with 2 additions and 0 deletions

View File

@ -73,6 +73,8 @@ func (s *stepTypeBootCommand) Run(state map[string]interface{}) multistep.StepAc
return multistep.ActionHalt
}
log.Printf("Host IP for the VMware machine: %s", hostIp)
tplData := &bootCommandTemplateData{
hostIp,
httpPort,