Merge pull request #423 from stresler/patch-1

Adding packet to the list of img and oem types.
This commit is contained in:
Alex Crawford 2015-07-10 08:39:45 -07:00
commit 93e5faebd1

View File

@ -36,6 +36,7 @@ VALID_IMG_TYPES=(
secure_demo secure_demo
niftycloud niftycloud
cloudsigma cloudsigma
packet
) )
#list of oem package names, minus the oem- prefix #list of oem package names, minus the oem- prefix
@ -55,6 +56,7 @@ VALID_OEM_PACKAGES=(
vmware vmware
niftycloud niftycloud
cloudsigma cloudsigma
packet
) )
# Set at runtime to one of the above types # Set at runtime to one of the above types
@ -253,6 +255,9 @@ IMG_niftycloud_OEM_PACKAGE=oem-niftycloud
IMG_cloudsigma_DISK_FORMAT=qcow2 IMG_cloudsigma_DISK_FORMAT=qcow2
IMG_cloudsigma_OEM_PACKAGE=oem-cloudsigma IMG_cloudsigma_OEM_PACKAGE=oem-cloudsigma
## packet
IMG_packet_OEM_PACKAGE=oem-packet
########################################################### ###########################################################
# Validate and set the vm type to use for the rest of the functions # Validate and set the vm type to use for the rest of the functions