cloud base: drop making vmdk image for now until we have a updated productmd that supports it.

Without productmd support, it causes the compose to fail due to invalid
type. See: https://pagure.io/dusty/failed-composes/issue/1574
Also, see:
7ebc4652be

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2019-03-04 08:06:19 -08:00 committed by mohanboddu
parent bb734964d3
commit d096ce37e4

View File

@ -356,7 +356,7 @@ image_build = {
'^Cloud$': [
{
'image-build': {
'format': [('qcow2','qcow2'), ('raw-xz','raw.xz'), ('vmdk','vmdk')],
'format': [('qcow2','qcow2'), ('raw-xz','raw.xz')],
'name': 'Fedora-Cloud-Base',
'kickstart': 'fedora-cloud-base.ks',
'distro': 'Fedora-22',