mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
ovirt: Fix documentation for interface parameter (#37459)
This commit is contained in:
parent
85cc5ea129
commit
a6617e4357
2 changed files with 3 additions and 2 deletions
|
@ -82,6 +82,7 @@ options:
|
||||||
interface:
|
interface:
|
||||||
description:
|
description:
|
||||||
- "Driver of the storage interface."
|
- "Driver of the storage interface."
|
||||||
|
- "It's required parameter when creating the new disk."
|
||||||
choices: ['virtio', 'ide', 'virtio_scsi']
|
choices: ['virtio', 'ide', 'virtio_scsi']
|
||||||
default: 'virtio'
|
default: 'virtio'
|
||||||
format:
|
format:
|
||||||
|
|
|
@ -45,9 +45,9 @@ options:
|
||||||
- Virtual network interface profile to be attached to VM network interface.
|
- Virtual network interface profile to be attached to VM network interface.
|
||||||
interface:
|
interface:
|
||||||
description:
|
description:
|
||||||
- Type of the network interface.
|
- "Type of the network interface."
|
||||||
|
- "It's required parameter when creating the new NIC."
|
||||||
choices: [ e1000, pci_passthrough, rtl8139, rtl8139_virtio, spapr_vlan, virtio ]
|
choices: [ e1000, pci_passthrough, rtl8139, rtl8139_virtio, spapr_vlan, virtio ]
|
||||||
default: virtio
|
|
||||||
mac_address:
|
mac_address:
|
||||||
description:
|
description:
|
||||||
- Custom MAC address of the network interface, by default it's obtained from MAC pool.
|
- Custom MAC address of the network interface, by default it's obtained from MAC pool.
|
||||||
|
|
Loading…
Reference in a new issue