OVS-agent: Fix a docstring typo

Change-Id: Ib917d8c77060acaec491c459eb3c0a434f7610af
This commit is contained in:
YAMAMOTO Takashi 2015-07-16 14:21:10 +09:00
parent 213d02a997
commit e155ace68b
1 changed files with 1 additions and 1 deletions

View 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'