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:
parent
6724b2e30d
commit
78ca076693
@ -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))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user