From 6b4da14d76daaaaf99cd6934acecee5f60306868 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Mon, 28 Jul 2014 16:21:39 +0900 Subject: [PATCH] ofagent: Update a comment in port_bound Change-Id: Ia393f8cbeafe03455b8f75302c71365fcd75a51e --- neutron/plugins/ofagent/agent/ofa_neutron_agent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- 2.45.2