File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,6 @@ Environment variables and default values:
3636| ** ` --exoscale-api-secret-key ` ** | ` EXOSCALE_API_SECRET ` | - |
3737| ` --exoscale-instance-profile ` | ` EXOSCALE_INSTANCE_PROFILE ` | ` small ` |
3838| ` --exoscale-disk-size ` | ` EXOSCALE_DISK_SIZE ` | ` 50 ` |
39- | ` --exoscale-image ` | ` EXOSCALE_IMAGE ` | ` ubuntu-14.04 ` |
39+ | ` --exoscale-image ` | ` EXOSCALE_IMAGE ` | ` ubuntu-15.10 ` |
4040| ` --exoscale-security-group ` | ` EXOSCALE_SECURITY_GROUP ` | ` docker-machine ` |
4141| ` --exoscale-availability-zone ` | ` EXOSCALE_AVAILABILITY_ZONE ` | ` ch-gva-2 ` |
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ type Driver struct {
3535const (
3636 defaultInstanceProfile = "small"
3737 defaultDiskSize = 50
38- defaultImage = "ubuntu-14.04 "
38+ defaultImage = "ubuntu-15.10 "
3939 defaultAvailabilityZone = "ch-gva-2"
4040)
4141
You can’t perform that action at this time.
0 commit comments