add example (#59287)
This commit is contained in:
parent
8ee587aa7d
commit
1998c9c19d
1 changed files with 9 additions and 0 deletions
|
@ -96,6 +96,15 @@ EXAMPLES = '''
|
||||||
value: 9bd9bde9-39da-44a8-9541-aa39e1a81c9d
|
value: 9bd9bde9-39da-44a8-9541-aa39e1a81c9d
|
||||||
network_filter: allow-dhcp
|
network_filter: allow-dhcp
|
||||||
|
|
||||||
|
- name: Remove vNICs network_filter, custom_properties, qos
|
||||||
|
ovirt_vnic_profile:
|
||||||
|
name: myvnic
|
||||||
|
network: mynetwork
|
||||||
|
data_center: datacenter
|
||||||
|
qos: ""
|
||||||
|
custom_properties: ""
|
||||||
|
network_filter: ""
|
||||||
|
|
||||||
- name: Dont use migratable
|
- name: Dont use migratable
|
||||||
ovirt_vnic_profile:
|
ovirt_vnic_profile:
|
||||||
name: myvnic
|
name: myvnic
|
||||||
|
|
Loading…
Reference in a new issue