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.
pull/18777/head
James Slagle 9 years ago committed by Matt Clay
parent b58eaca7e8
commit b7ef068d3e

@ -71,7 +71,7 @@ EXAMPLES = '''
# Creates port eth6 and set ofport equal to 6.
- 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
# to port vifeth6 and setup port to be managed by a controller.

Loading…
Cancel
Save