removed logic of throwing exception if no floating ip
fixes 897089 Change-Id: Iaa03c7b75abf67c78b4605c29ef1770c96c6a199
This commit is contained in:
parent
caf90fdd3b
commit
e593649492
@ -548,10 +548,6 @@ class FloatingIpNotFoundForAddress(FloatingIpNotFound):
|
||||
message = _("Floating ip not found for address %(address)s.")
|
||||
|
||||
|
||||
class FloatingIpNotFoundForProject(FloatingIpNotFound):
|
||||
message = _("Floating ip not found for project %(project_id)s.")
|
||||
|
||||
|
||||
class FloatingIpNotFoundForHost(FloatingIpNotFound):
|
||||
message = _("Floating ip not found for host %(host)s.")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user