Merge pull request #6529 from hashicorp/fix_6527
fix crash caused by invalid datacenter url
This commit is contained in:
commit
c8970b86eb
|
@ -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…
Reference in New Issue