Fix inappropriate comment for delete FloatingIP

There is an inappropriate comment for delete FloatingIP, fix it.

Change-Id: Ib5ddabd3b227c8580e1b912b2bb98a3294ec3288
Closes-Bug: #1258034
This commit is contained in:
zhangyanzi 2013-12-05 15:05:21 +08:00
parent 6724b2e30d
commit 78ca076693
1 changed files with 1 additions and 1 deletions

View File

@ -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))