]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Modify docstring on send_delete_port_request in N1kv plugin
authorPeng Xiao <penxiao@cisco.com>
Mon, 20 Oct 2014 06:16:36 +0000 (14:16 +0800)
committerPeng Xiao <penxiao@cisco.com>
Mon, 20 Oct 2014 06:58:26 +0000 (14:58 +0800)
N1kv plugin: Modify docstring on _send_delete_port_request method

Change-Id: I64d34878ffd8f6db703e4c1d9849032fef9bae96
Closes-Bug: #1381277

neutron/plugins/cisco/n1kv/n1kv_neutron_plugin.py

index 16c53660f598f1991208eadd506128b05adf4b7a..6e2629adabdab58f0e66c8c84c59f008bd0eafb2 100644 (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