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 committed by Matt Clay
parent b58eaca7e8
commit b7ef068d3e

View file

@ -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.