Skip to content

Commit

Permalink
Merge pull request #18 from QuentinPerez/patch-1
Browse files Browse the repository at this point in the history
rm: fix UUID ip
  • Loading branch information
moul committed Apr 20, 2016
2 parents 4becd64 + cae5348 commit adacaeb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ $> curl --silent http://212.47.248.251 | head -n1 # you can also open your brows

### master (unreleased)

* Fix rm subcommand ([#17](https://github.com/scaleway/docker-machine-driver-scaleway/issues/17))
* Initial homebrew support ([#9](https://github.com/scaleway/docker-machine-driver-scaleway/issues/9))

View full [commits list](https://github.com/scaleway/docker-machine-driver-scaleway/compare/v1.0.1x...master)
Expand Down
1 change: 1 addition & 0 deletions driver/scaleway.go
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ func (d *Driver) Create() (err error) {
return
}
d.IPAddress = ip.IP.Address
d.IPID = ip.IP.ID
d.ServerID, err = api.CreateServer(cl, &api.ConfigCreateServer{
ImageName: defaultImage,
CommercialType: d.commercialType,
Expand Down

0 comments on commit adacaeb

Please sign in to comment.