File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -128,6 +128,7 @@ $> curl --silent http://212.47.248.251 | head -n1 # you can also open your brows
128
128
129
129
### master (unreleased)
130
130
131
+ * Fix rm subcommand ([ #17 ] ( https://github.com/scaleway/docker-machine-driver-scaleway/issues/17 ) )
131
132
* Initial homebrew support ([ #9 ] ( https://github.com/scaleway/docker-machine-driver-scaleway/issues/9 ) )
132
133
133
134
View full [ commits list] ( https://github.com/scaleway/docker-machine-driver-scaleway/compare/v1.0.1x...master )
Original file line number Diff line number Diff line change @@ -143,6 +143,7 @@ func (d *Driver) Create() (err error) {
143
143
return
144
144
}
145
145
d .IPAddress = ip .IP .Address
146
+ d .IPID = ip .IP .ID
146
147
d .ServerID , err = api .CreateServer (cl , & api.ConfigCreateServer {
147
148
ImageName : defaultImage ,
148
149
CommercialType : d .commercialType ,
You can’t perform that action at this time.
0 commit comments