Add missing floppy RASD type for compat

This commit is contained in:
Joshua Boniface 2021-07-27 16:32:32 -04:00
parent 3ab6365a53
commit c460aa051a
1 changed files with 1 additions and 0 deletions

View File

@ -414,6 +414,7 @@ class OVFParser(object):
"5": "ide-controller",
"6": "scsi-controller",
"10": "ethernet-adapter",
"14": "floppy",
"15": "cdrom",
"17": "disk",
"20": "other-storage-device",