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:
parent
bb734964d3
commit
d096ce37e4
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user