From 78ca0766934c7b1f1c45f107d627047fc57772cf Mon Sep 17 00:00:00 2001 From: zhangyanzi Date: Thu, 5 Dec 2013 15:05:21 +0800 Subject: [PATCH] Fix inappropriate comment for delete FloatingIP There is an inappropriate comment for delete FloatingIP, fix it. Change-Id: Ib5ddabd3b227c8580e1b912b2bb98a3294ec3288 Closes-Bug: #1258034 --- novaclient/v1_1/floating_ips.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/novaclient/v1_1/floating_ips.py b/novaclient/v1_1/floating_ips.py index 503e6269c..25f5a7437 100644 --- a/novaclient/v1_1/floating_ips.py +++ b/novaclient/v1_1/floating_ips.py @@ -44,7 +44,7 @@ class FloatingIPManager(base.ManagerWithFind): """ Delete (deallocate) a floating ip for a tenant - :param key: The :class:`Keypair` (or its ID) to delete. + :param floating_ip: The floating ip address to delete. """ self._delete("/os-floating-ips/%s" % base.getid(floating_ip))