]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
OVS-agent: Fix a docstring typo
authorYAMAMOTO Takashi <yamamoto@midokura.com>
Thu, 16 Jul 2015 05:21:10 +0000 (14:21 +0900)
committerYAMAMOTO Takashi <yamamoto@midokura.com>
Thu, 16 Jul 2015 05:21:10 +0000 (14:21 +0900)
Change-Id: Ib917d8c77060acaec491c459eb3c0a434f7610af

neutron/plugins/ml2/drivers/openvswitch/agent/ovs_neutron_agent.py

index 4ca3423605e0f2899d7925e835454d940c108419..68294fb968ff2dedc1ec49139cd2ae3e8fe6352c 100644 (file)
@@ -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'