cloud: drop VMDK output image for cloud

We added this so we could eventually use the VMDK to optimize our
uploads to AWS but it turns out the VMDK created by imagefactory
isn't in the right format anyway.

```
SNAPSHOTTASKDETAIL      0.0     VMDK    deleted ClientError: Disk validation failed [Unsupported VMDK File Format]
```

Let's drop them for now.

Signed-off-by: Dusty Mabe <dusty@dustymabe.com>
(cherry picked from commit b4b0781b78)
This commit is contained in:
Dusty Mabe 2020-09-16 23:31:33 -04:00
parent b2ff2c490d
commit 0f720c51ca
No known key found for this signature in database
GPG Key ID: 3302DBD73952E671

View File

@ -342,7 +342,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',