digitalocean: Add image format for digitalocean

This commit is contained in:
Alex Crawford 2014-08-08 15:09:20 -07:00
parent d97f6e7332
commit f835e1e0fd

View File

@ -25,6 +25,7 @@ VALID_IMG_TYPES=(
brightbox
cloudstack
cloudstack_vhd
digitalocean
)
# Set at runtime to one of the above types
@ -174,6 +175,9 @@ IMG_cloudstack_vhd_BOOT_KERNEL=0
IMG_cloudstack_vhd_DISK_FORMAT=vhd
IMG_cloudstack_vhd_OEM_PACKAGE=oem-cloudstack
## digitalocean
IMG_digitalocean_OEM_PACKAGE=oem-digitalocean
###########################################################
# Validate and set the vm type to use for the rest of the functions