From 7dae3faf0f180417e2e7713f3de8f05020554c7b Mon Sep 17 00:00:00 2001
From: James Slagle <jslagle@redhat.com>
Date: Tue, 22 Mar 2016 07:40:50 -0400
Subject: [PATCH] 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.
---
 network/openvswitch_port.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/network/openvswitch_port.py b/network/openvswitch_port.py
index 5fbbe8480dd..69e64ea8f9d 100644
--- a/network/openvswitch_port.py
+++ b/network/openvswitch_port.py
@@ -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.