Skip to content

Commit ca7ea32

Browse files
author
Thomas Recloux
committed
Exoscale : update default image to ubuntu 15.10
Signed-off-by: Thomas Recloux <thomas.recloux@gmail.com>
1 parent 73ddbe0 commit ca7ea32

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/drivers/exoscale.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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` |

drivers/exoscale/exoscale.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ type Driver struct {
3535
const (
3636
defaultInstanceProfile = "small"
3737
defaultDiskSize = 50
38-
defaultImage = "ubuntu-14.04"
38+
defaultImage = "ubuntu-15.10"
3939
defaultAvailabilityZone = "ch-gva-2"
4040
)
4141

0 commit comments

Comments
 (0)