[oVirt] Fix ovirt_disk.py example of adding a disk (#28496)
It was missing a required field - the storage_domain field.pull/4420/head
parent
abc5910d86
commit
6b18a23385
|
@ -153,6 +153,7 @@ EXAMPLES = '''
|
|||
size: 10GiB
|
||||
format: cow
|
||||
interface: virtio
|
||||
storage_domain: data
|
||||
|
||||
# Attach logical unit to VM rhel7
|
||||
- ovirt_disk:
|
||||
|
|
Loading…
Reference in New Issue