Merge "Fix inappropriate comment for delete FloatingIP"

This commit is contained in:
Jenkins 2013-12-09 02:53:19 +00:00 committed by Gerrit Code Review
commit 861fec2ed3
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))