Fixed neutron misspelling

Change-Id: Ic5440bb86448b5846e70f4dd802c6ed384773b05
This commit is contained in:
Zuo ZongMing 2017-12-15 11:10:53 +08:00
parent 50d1123691
commit 0f39087e97
1 changed files with 1 additions and 1 deletions

View File

@ -1416,7 +1416,7 @@ class PowerVCService(object):
def set_pvc_id_to_port(self, ctx, local_port_id, pvc_port_id):
"""
After attach an interface to a server, update the neutorn ports
After attach an interface to a server, update the neutron ports
to reflect latest ports information to neutron db.
"""
pvc_id = self._api.set_pvc_id_to_port(ctx, local_port_id, pvc_port_id)