Update ovirt_vm.py (#62072)

Typo fix: "IDE" is not an acceptable choice for disk type, "ide" is a valid choice
This commit is contained in:
chashtag 2019-09-10 11:42:06 -04:00 committed by Alicia Cozine
parent 7a79c12e52
commit a3e9d14702

View file

@ -346,7 +346,7 @@ options:
interface:
description:
- Interface of the disk.
choices: ['virtio', 'IDE']
choices: ['virtio', 'ide']
default: 'virtio'
bootable:
description: