fix Neutron misspelling

Change-Id: I01e02b1e00fbbd7833f645804e15d25446dadcdf
This commit is contained in:
wanghui 2018-01-16 13:45:20 +08:00
parent d317ab8c30
commit 7b2c13592a
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ def _configure_host_iface(ifname, endpoint_id, port_id, net_id, project_id,
:param net_id: the Neutron uuid of the network the port is part of
:param project_id: the Keystone project the binding is made for
:param hwaddr: the interface hardware address
:param kind: the Neutorn port vif_type
:param kind: the Neutron port vif_type
:param details: Neutron vif details
"""
if kind is None: