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:
parent
0c1223862c
commit
04021658af
@ -838,8 +838,7 @@ class N1kvNeutronPluginV2(db_base_plugin_v2.NeutronDbPluginV2,
|
|||||||
"""
|
"""
|
||||||
Send delete port request to VSM.
|
Send delete port request to VSM.
|
||||||
|
|
||||||
Delete the port on the VSM. If it is the last port on the VM Network,
|
Delete the port on the VSM.
|
||||||
delete the VM Network.
|
|
||||||
:param context: neutron api request context
|
:param context: neutron api request context
|
||||||
:param port: port object which is to be deleted
|
:param port: port object which is to be deleted
|
||||||
:param vm_network: VM network object with which the port is associated
|
:param vm_network: VM network object with which the port is associated
|
||||||
|
Loading…
x
Reference in New Issue
Block a user