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:
parent
7a79c12e52
commit
a3e9d14702
1 changed files with 1 additions and 1 deletions
|
@ -346,7 +346,7 @@ options:
|
|||
interface:
|
||||
description:
|
||||
- Interface of the disk.
|
||||
choices: ['virtio', 'IDE']
|
||||
choices: ['virtio', 'ide']
|
||||
default: 'virtio'
|
||||
bootable:
|
||||
description:
|
||||
|
|
Loading…
Reference in a new issue