Browse Source

Reinstate WaitForSSH

Signed-off-by: Robert Breker <robert.breker@citrix.com>
getsshkeypath_pr
Robert Breker 9 years ago
parent
commit
ce06b45cbb
  1. 4
      xenserver.go

4
xenserver.go

@ -578,8 +578,8 @@ func (d *Driver) wait(timeout time.Duration) (err error) {
} }
addr := fmt.Sprintf("%s:%d", ip, port) addr := fmt.Sprintf("%s:%d", ip, port)
log.Infof("Got VM address(%v), Now (not) waiting for SSH", addr) log.Infof("Got VM address(%v), Now waiting for SSH", addr)
// out <- ssh.WaitForTCP(addr) out <- drivers.WaitForSSH(d)
}(ctx, out) }(ctx, out)
select { select {

Loading…
Cancel
Save