From: YAMAMOTO Takashi Date: Thu, 16 Jul 2015 05:21:10 +0000 (+0900) Subject: OVS-agent: Fix a docstring typo X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=e155ace68badd746fd51aedb124e1d36ae0efaea;p=openstack-build%2Fneutron-build.git OVS-agent: Fix a docstring typo Change-Id: Ib917d8c77060acaec491c459eb3c0a434f7610af --- 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'