Skip to content

Commit adacaeb

Browse files
committed
Merge pull request #18 from QuentinPerez/patch-1
rm: fix UUID ip
2 parents 4becd64 + cae5348 commit adacaeb

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ $> curl --silent http://212.47.248.251 | head -n1 # you can also open your brows
128128

129129
### master (unreleased)
130130

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

133134
View full [commits list](https://github.com/scaleway/docker-machine-driver-scaleway/compare/v1.0.1x...master)

driver/scaleway.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ func (d *Driver) Create() (err error) {
143143
return
144144
}
145145
d.IPAddress = ip.IP.Address
146+
d.IPID = ip.IP.ID
146147
d.ServerID, err = api.CreateServer(cl, &api.ConfigCreateServer{
147148
ImageName: defaultImage,
148149
CommercialType: d.commercialType,

0 commit comments

Comments
 (0)