From 972918a6438870c4d1578237688f26c12f2f659b Mon Sep 17 00:00:00 2001 From: gongysh Date: Mon, 7 Jan 2013 10:48:46 +0800 Subject: [PATCH] Add comment to indicate bridge names' length Bug #1096652 Change-Id: Ic814b59da131fba488b728eb3b67864712cde141 --- etc/quantum/plugins/openvswitch/ovs_quantum_plugin.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/etc/quantum/plugins/openvswitch/ovs_quantum_plugin.ini b/etc/quantum/plugins/openvswitch/ovs_quantum_plugin.ini index 9b96f3f03..c50b89805 100644 --- a/etc/quantum/plugins/openvswitch/ovs_quantum_plugin.ini +++ b/etc/quantum/plugins/openvswitch/ovs_quantum_plugin.ini @@ -84,7 +84,8 @@ reconnect_interval = 2 # (ListOpt) Comma-separated list of : 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. -- 2.45.2