]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Add comment to indicate bridge names' length
authorgongysh <gongysh@cn.ibm.com>
Mon, 7 Jan 2013 02:48:46 +0000 (10:48 +0800)
committergongysh <gongysh@cn.ibm.com>
Mon, 7 Jan 2013 05:06:51 +0000 (13:06 +0800)
Bug #1096652

Change-Id: Ic814b59da131fba488b728eb3b67864712cde141

etc/quantum/plugins/openvswitch/ovs_quantum_plugin.ini

index 9b96f3f03abcbc34a7068d6eaf2cd82bbddc3f1e..c50b898055a293ab21c9842c3232ea56e71a5024 100644 (file)
@@ -84,7 +84,8 @@ reconnect_interval = 2
 
 # (ListOpt) Comma-separated list of <physical_network>:<bridge> tuples
 # mapping physical network names to the agent's node-specific OVS
-# bridge names to be used for flat and VLAN networks. Each bridge must
+# bridge names to be used for flat and VLAN networks. The length of
+# bridge names should be no more than 11. Each bridge must
 # exist, and should have a physical network interface configured as a
 # port. All physical networks listed in network_vlan_ranges on the
 # server should have mappings to appropriate bridges on each agent.