Merge pull request #309 from marineam/cloudstack

feat(vm_image_util): CloudStack support
This commit is contained in:
Michael Marineau 2014-07-24 17:50:09 -07:00
commit ee1840fe04

View File

@ -23,6 +23,8 @@ VALID_IMG_TYPES=(
xen
gce
brightbox
cloudstack
cloudstack_vhd
)
# Set at runtime to one of the above types
@ -164,6 +166,13 @@ IMG_rackspace_onmetal_DISK_LAYOUT=onmetal
IMG_rackspace_onmetal_OEM_PACKAGE=oem-rackspace-onmetal
IMG_rackspace_onmetal_FS_HOOK=onmetal
## cloudstack
IMG_cloudstack_BOOT_KERNEL=0
IMG_cloudstack_OEM_PACKAGE=oem-cloudstack
IMG_cloudstack_vhd_BOOT_KERNEL=0
IMG_cloudstack_vhd_DISK_FORMAT=vhd
IMG_cloudstack_vhd_OEM_PACKAGE=oem-cloudstack
###########################################################
# Validate and set the vm type to use for the rest of the functions