From e155ace68badd746fd51aedb124e1d36ae0efaea Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Thu, 16 Jul 2015 14:21:10 +0900 Subject: [PATCH] OVS-agent: Fix a docstring typo Change-Id: Ib917d8c77060acaec491c459eb3c0a434f7610af --- .../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 4ca342360..68294fb96 100644 --- a/neutron/plugins/ml2/drivers/openvswitch/agent/ovs_neutron_agent.py +++ b/neutron/plugins/ml2/drivers/openvswitch/agent/ovs_neutron_agent.py @@ -708,7 +708,7 @@ class OVSNeutronAgent(sg_rpc.SecurityGroupAgentRpcCallbackMixin, '''Bind port to net_uuid/lsw_id and install flow for inbound traffic to vm. - :param port: a ovslib.VifPort object. + :param port: a ovs_lib.VifPort object. :param net_uuid: the net_uuid this port is to be associated with. :param network_type: the network type ('gre', 'vlan', 'flat', 'local') :param physical_network: the physical network for 'vlan' or 'flat' -- 2.45.2