fix crash caused by invalid datacenter url

pull/6529/head
Megan Marsh 8 years ago
parent 07b6bc0c4f
commit 8f1eb5a61b

@ -76,6 +76,7 @@ func (p *PostProcessor) Configure(raws ...interface{}) error {
if err != nil {
errs = packer.MultiErrorAppend(
errs, fmt.Errorf("Error invalid vSphere sdk endpoint: %s", err))
return errs
}
sdk.User = url.UserPassword(p.config.Username, p.config.Password)

Loading…
Cancel
Save