Update ovirt_vm.py (#62072)

Typo fix: "IDE" is not an acceptable choice for disk type, "ide" is a valid choice
(cherry picked from commit a3e9d14702)
pull/62162/head
chashtag 5 years ago committed by Toshio Kuratomi
parent d99025fe8e
commit 25905fc91a

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

Loading…
Cancel
Save