mirror of https://github.com/docker/docs.git
digitalocean: remove unneeded wait for ssh
Signed-off-by: Evan Hazlett <ejhazlett@gmail.com>
This commit is contained in:
parent
be9113abf8
commit
51a86f7846
|
@ -234,12 +234,6 @@ func (d *Driver) Create() error {
|
||||||
newDroplet.Droplet.ID,
|
newDroplet.Droplet.ID,
|
||||||
d.IPAddress)
|
d.IPAddress)
|
||||||
|
|
||||||
log.Infof("Waiting for SSH...")
|
|
||||||
|
|
||||||
if err := ssh.WaitForTCP(fmt.Sprintf("%s:%d", d.IPAddress, 22)); err != nil {
|
|
||||||
return err
|
|
||||||
}
|
|
||||||
|
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue