Skip to content

Commit

Permalink
Set IPAddress parameter, fixing Rancher 2.0 issue
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiorauber committed Aug 9, 2018
1 parent 043c9ce commit 0b21986
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xenserver/xenserver.go
Original file line number Diff line number Diff line change
Expand Up @@ -649,6 +649,7 @@ func (d *Driver) wait(timeout time.Duration) (err error) {
}

addr := fmt.Sprintf("%s:%d", ip, port)
d.IPAddress = ip
log.Infof("Got VM address(%v), Now waiting for SSH", addr)
out <- drivers.WaitForSSH(d)
}(ctx, out)
Expand Down

0 comments on commit 0b21986

Please sign in to comment.