From: YAMAMOTO Takashi Date: Mon, 28 Jul 2014 07:21:39 +0000 (+0900) Subject: ofagent: Update a comment in port_bound X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=6b4da14d76daaaaf99cd6934acecee5f60306868;p=openstack-build%2Fneutron-build.git ofagent: Update a comment in port_bound Change-Id: Ia393f8cbeafe03455b8f75302c71365fcd75a51e --- diff --git a/neutron/plugins/ofagent/agent/ofa_neutron_agent.py b/neutron/plugins/ofagent/agent/ofa_neutron_agent.py index a8bc29d69..24ad18f07 100644 --- a/neutron/plugins/ofagent/agent/ofa_neutron_agent.py +++ b/neutron/plugins/ofagent/agent/ofa_neutron_agent.py @@ -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'