Skip to content
This repository has been archived by the owner on Sep 26, 2021. It is now read-only.

Commit

Permalink
Merge pull request #1920 from yanzay/master
Browse files Browse the repository at this point in the history
Additional info message while waiting for IP address to be assigned to the Droplet.
  • Loading branch information
nathanleclaire committed Oct 5, 2015
2 parents bd03e83 + 2992237 commit ca4e170
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/digitalocean/digitalocean.go
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ func (d *Driver) Create() error {

d.DropletID = newDroplet.Droplet.ID

log.Info("Waiting for IP address to be assigned to the Droplet...")
for {
newDroplet, _, err = client.Droplets.Get(d.DropletID)
if err != nil {
Expand Down

0 comments on commit ca4e170

Please sign in to comment.