removed logic of throwing exception if no floating ip

fixes 897089

Change-Id: Iaa03c7b75abf67c78b4605c29ef1770c96c6a199
This commit is contained in:
Jesse Andrews 2011-11-28 17:00:47 -08:00
parent caf90fdd3b
commit e593649492

View File

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