From: Peng Xiao Date: Mon, 20 Oct 2014 06:16:36 +0000 (+0800) Subject: Modify docstring on send_delete_port_request in N1kv plugin X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=5e4b600528a2b58cbb38d6b8d55b316602d4d015;p=openstack-build%2Fneutron-build.git 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 --- diff --git a/neutron/plugins/cisco/n1kv/n1kv_neutron_plugin.py b/neutron/plugins/cisco/n1kv/n1kv_neutron_plugin.py index 16c53660f..6e2629ada 100644 --- a/neutron/plugins/cisco/n1kv/n1kv_neutron_plugin.py +++ b/neutron/plugins/cisco/n1kv/n1kv_neutron_plugin.py @@ -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