7 Commits

Author SHA1 Message Date
Mohit Agarwal
7c5bd37180 drivers/softlayer: don't set the request method again
It would be set by the request returned by http.NewRequest.

Signed-off-by: Mohit Agarwal <mohit@sdf.org>
2018-11-18 15:40:29 +05:30
leo
a9cfabba57 Add additional settings to Softlayer driver
Add support for:

- Running Docker daemon on private IP
- Setting network maximum speed

Signed-off-by: Leo wu <leowu@Leos-MacBook-Pro-2.local>
2016-08-10 09:58:10 -07:00
Olivier Gambier
89d9854943 Another pass at linting
Signed-off-by: Olivier Gambier <olivier@docker.com>
2015-11-10 16:58:14 +01:00
Dave Henderson
7c4ba8b560 Adding SoftLayer support for specifying Public and Private VLAN IDs
Signed-off-by: Dave Henderson <Dave.Henderson@ca.ibm.com>
2015-05-03 22:25:42 -04:00
Dave Henderson
64a844071d Deleting Machine-generated SSH key from SoftLayer when host is canceled.
All the other drivers seem to do this, so I can't imagine this is a bad
idea ;)

Fixes #765

Signed-off-by: Dave Henderson <Dave.Henderson@ca.ibm.com>
2015-04-15 20:37:24 -04:00
Dave Henderson
30e0ca00b6 Wait for any activeTransactions to finish during Create
This adds an additional wait phase to make sure any active Transactions
are completed before Create tries to SSH in to the new host. This is
sometimes necessary because SSH can become available before SoftLayer
is fully done setting up the host and strange things can happen...

Signed-off-by: Dave Henderson <Dave.Henderson@ca.ibm.com>
2015-03-14 21:33:57 -04:00
Brian Goff
8d8c6fe71d Add softlayer driver
Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2015-01-19 12:29:56 -05:00