Update vsphere_guest.py
Add example distributed virtual switch example so vm_nic options are clearer.
This commit is contained in:
parent
b0412c13fc
commit
ed07502587
1 changed files with 4 additions and 0 deletions
|
@ -153,6 +153,10 @@ EXAMPLES = '''
|
|||
type: vmxnet3
|
||||
network: VM Network
|
||||
network_type: standard
|
||||
nic2:
|
||||
type: vmxnet3
|
||||
network: dvSwitch Network
|
||||
network_type: dvs
|
||||
vm_hardware:
|
||||
memory_mb: 2048
|
||||
num_cpus: 2
|
||||
|
|
Loading…
Reference in a new issue