Added printout of select source_image

pull/4162/head
Rickard von Essen 10 years ago
parent 54aa830943
commit d18da5e679
No known key found for this signature in database
GPG Key ID: E0C0327388876CBA

@ -86,6 +86,8 @@ func (s *StepCreateInstance) Run(state multistep.StateBag) multistep.StepAction
return multistep.ActionHalt
}
ui.Say(fmt.Sprintf("Using image: %s", sourceImage.Name))
if sourceImage.IsWindows() && c.Comm.Type == "winrm" && c.Comm.WinRMPassword == "" {
state.Put("create_windows_password", true)
}

Loading…
Cancel
Save