From 42e51bf06fd512f1d5a3c4e2e9cb07205f2a5bc8 Mon Sep 17 00:00:00 2001 From: Herman Ge Date: Mon, 28 Dec 2015 06:31:42 -0500 Subject: [PATCH] Misspelling in message Misspelling in following message: "# interconnect physical and integration bridges using veth/patchs". Should be: "# interconnect physical and integration bridges using veth/patches". Totally 1 occurrence in Neutron base code. Change-Id: If752b8c65cf4993447b93dfc9a06de15389f2675 --- .../plugins/ml2/drivers/openvswitch/agent/ovs_neutron_agent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neutron/plugins/ml2/drivers/openvswitch/agent/ovs_neutron_agent.py b/neutron/plugins/ml2/drivers/openvswitch/agent/ovs_neutron_agent.py index 6e8859730..1e71c7b05 100644 --- a/neutron/plugins/ml2/drivers/openvswitch/agent/ovs_neutron_agent.py +++ b/neutron/plugins/ml2/drivers/openvswitch/agent/ovs_neutron_agent.py @@ -1062,7 +1062,7 @@ class OVSNeutronAgent(sg_rpc.SecurityGroupAgentRpcCallbackMixin, br.setup_default_table() self.phys_brs[physical_network] = br - # interconnect physical and integration bridges using veth/patchs + # interconnect physical and integration bridges using veth/patches int_if_name = p_utils.get_interface_name( bridge, prefix=constants.PEER_INTEGRATION_PREFIX) phys_if_name = p_utils.get_interface_name( -- 2.45.2