Modify docstring on send_delete_port_request in N1kv plugin

N1kv plugin: Modify docstring on _send_delete_port_request method

Change-Id: I64d34878ffd8f6db703e4c1d9849032fef9bae96
Closes-Bug: #1381277
This commit is contained in:
Peng Xiao 2014-10-20 14:16:36 +08:00
parent 0c1223862c
commit 04021658af

View File

@ -838,8 +838,7 @@ class N1kvNeutronPluginV2(db_base_plugin_v2.NeutronDbPluginV2,
"""
Send delete port request to VSM.
Delete the port on the VSM. If it is the last port on the VM Network,
delete the VM Network.
Delete the port on the VSM.
:param context: neutron api request context
:param port: port object which is to be deleted
:param vm_network: VM network object with which the port is associated