Skip to content
This repository has been archived by the owner on Sep 18, 2020. It is now read-only.

image_to_vm: add qcow image build support for cloudstack #682

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions build_library/vm_image_util.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ VALID_IMG_TYPES=(
brightbox
cloudstack
cloudstack_vhd
cloudstack_qcow
digitalocean
exoscale
azure
Expand Down Expand Up @@ -252,6 +253,8 @@ IMG_rackspace_onmetal_OEM_PACKAGE=oem-rackspace-onmetal
IMG_cloudstack_OEM_PACKAGE=oem-cloudstack
IMG_cloudstack_vhd_DISK_FORMAT=vhd
IMG_cloudstack_vhd_OEM_PACKAGE=oem-cloudstack
IMG_cloudstack_qcow_DISK_FORMAT=qcow2
IMG_cloudstack_qcow_OEM_PACKAGE=oem-cloudstack

## digitalocean
IMG_digitalocean_OEM_PACKAGE=oem-digitalocean
Expand Down