]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
ofagent: Update a comment in port_bound
authorYAMAMOTO Takashi <yamamoto@valinux.co.jp>
Mon, 28 Jul 2014 07:21:39 +0000 (16:21 +0900)
committerYAMAMOTO Takashi <yamamoto@valinux.co.jp>
Tue, 29 Jul 2014 02:47:35 +0000 (11:47 +0900)
Change-Id: Ia393f8cbeafe03455b8f75302c71365fcd75a51e

neutron/plugins/ofagent/agent/ofa_neutron_agent.py

index a8bc29d69322dd1a55d612803f3a23910f193cae..24ad18f07d915458130f3c387ddee507650df4b9 100644 (file)
@@ -663,7 +663,7 @@ class OFANeutronAgent(n_rpc.RpcCallback,
         """Bind port to net_uuid/lsw_id and install flow for inbound traffic
         to vm.
 
-        :param port: a ovs_lib.VifPort object.
+        :param port: a ports.Port 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'