Update ovirt_vm.py (#62072)

Typo fix: "IDE" is not an acceptable choice for disk type, "ide" is a valid choice
pull/62085/head
chashtag 5 years ago committed by Alicia Cozine
parent 7a79c12e52
commit a3e9d14702

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

Loading…
Cancel
Save