| |
@@ -34,8 +34,8 @@
|
| |
"rhevm-ova": ["rhevm.ova"],
|
| |
"tar-gz": ["tar.gz"],
|
| |
"vagrant-hyperv": ["vagrant-hyperv.box"],
|
| |
- "vagrant-libvirt": ["vagrant-libvirt.box"],
|
| |
- "vagrant-virtualbox": ["vagrant-virtualbox.box"],
|
| |
+ "vagrant-libvirt": ["vagrant-libvirt.box", "vagrant.libvirt.box"],
|
| |
+ "vagrant-virtualbox": ["vagrant-virtualbox.box", "vagrant.virtualbox.box"],
|
| |
"vagrant-vmware-fusion": ["vagrant-vmware-fusion.box"],
|
| |
"vdi": ["vdi"],
|
| |
"vmdk": ["vmdk"],
|
| |
According to Neal, Vagrant images produced by Kiwi end in e.g.
vagrant.libvirt.box
andvagrant.virtualbox.box
- with aperiod between
vagrant
and the image type, not a dash as withoz. We should accept this slightly different format so we can
correctly derive the productmd
type
andformat
for these.Signed-off-by: Adam Williamson awilliam@redhat.com