Merge pull request #330 from exoscale/build-exoscale

exoscale builder
This commit is contained in:
Michael Marineau 2014-09-08 19:23:35 -07:00
commit 81fb3e12a0

View File

@ -26,6 +26,7 @@ VALID_IMG_TYPES=(
cloudstack
cloudstack_vhd
digitalocean
exoscale
)
# Set at runtime to one of the above types
@ -178,6 +179,9 @@ IMG_cloudstack_vhd_OEM_PACKAGE=oem-cloudstack
## digitalocean
IMG_digitalocean_OEM_PACKAGE=oem-digitalocean
## exoscale
IMG_exoscale_DISK_FORMAT=qcow2
IMG_exoscale_OEM_PACKAGE=oem-exoscale
###########################################################
# Validate and set the vm type to use for the rest of the functions