Update ovirt_vnic_profile.py (#56466)
##### SUMMARY Update documentation to reflect module name ##### ISSUE TYPE - Docs Pull Request +label: docsite_pr
This commit is contained in:
parent
6182f368e7
commit
db42cf5873
1 changed files with 5 additions and 5 deletions
|
@ -78,14 +78,14 @@ EXAMPLES = '''
|
||||||
# Examples don't contain auth parameter for simplicity,
|
# Examples don't contain auth parameter for simplicity,
|
||||||
# look at ovirt_auth module to see how to reuse authentication:
|
# look at ovirt_auth module to see how to reuse authentication:
|
||||||
- name: Add vNIC
|
- name: Add vNIC
|
||||||
ovirt_vnics_profile:
|
ovirt_vnic_profile:
|
||||||
name: myvnic
|
name: myvnic
|
||||||
network: mynetwork
|
network: mynetwork
|
||||||
state: present
|
state: present
|
||||||
data_center: datacenter
|
data_center: datacenter
|
||||||
|
|
||||||
- name: Editing vNICs network_filter, custom_properties, qos
|
- name: Editing vNICs network_filter, custom_properties, qos
|
||||||
ovirt_vnics_profile:
|
ovirt_vnic_profile:
|
||||||
name: myvnic
|
name: myvnic
|
||||||
network: mynetwork
|
network: mynetwork
|
||||||
data_center: datacenter
|
data_center: datacenter
|
||||||
|
@ -96,7 +96,7 @@ EXAMPLES = '''
|
||||||
network_filter: allow-dhcp
|
network_filter: allow-dhcp
|
||||||
|
|
||||||
- name: Editing vNICs network_filter, custom_properties, qos
|
- name: Editing vNICs network_filter, custom_properties, qos
|
||||||
ovirt_vnics_profile:
|
ovirt_vnic_profile:
|
||||||
name: myvnic
|
name: myvnic
|
||||||
network: mynetwork
|
network: mynetwork
|
||||||
data_center: datacenter
|
data_center: datacenter
|
||||||
|
@ -107,7 +107,7 @@ EXAMPLES = '''
|
||||||
network_filter: allow-dhcp
|
network_filter: allow-dhcp
|
||||||
|
|
||||||
- name: Dont use migratable
|
- name: Dont use migratable
|
||||||
ovirt_vnics_profile:
|
ovirt_vnic_profile:
|
||||||
name: myvnic
|
name: myvnic
|
||||||
network: mynetwork
|
network: mynetwork
|
||||||
data_center: datacenter
|
data_center: datacenter
|
||||||
|
@ -115,7 +115,7 @@ EXAMPLES = '''
|
||||||
pass_through: enabled
|
pass_through: enabled
|
||||||
|
|
||||||
- name: Remove vNIC
|
- name: Remove vNIC
|
||||||
ovirt_vnics_profile:
|
ovirt_vnic_profile:
|
||||||
name: myvnic
|
name: myvnic
|
||||||
network: mynetwork
|
network: mynetwork
|
||||||
state: absent
|
state: absent
|
||||||
|
|
Loading…
Reference in a new issue