Add quotes and equals for set option documentation

set is an option for the openvswitch_port module, however the documentation
example omitted the equals sign and quotes around the option value.
This commit is contained in:
James Slagle 2016-03-22 07:40:50 -04:00
parent 84eb18c7f9
commit 7dae3faf0f

View file

@ -71,7 +71,7 @@ EXAMPLES = '''
# Creates port eth6 and set ofport equal to 6. # Creates port eth6 and set ofport equal to 6.
- openvswitch_port: bridge=bridge-loop port=eth6 state=present - openvswitch_port: bridge=bridge-loop port=eth6 state=present
set Interface eth6 ofport_request=6 set="Interface eth6 ofport_request=6"
# Assign interface id server1-vifeth6 and mac address 52:54:00:30:6d:11 # Assign interface id server1-vifeth6 and mac address 52:54:00:30:6d:11
# to port vifeth6 and setup port to be managed by a controller. # to port vifeth6 and setup port to be managed by a controller.