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 db903a6820
commit 8230533824
3 changed files with 8 additions and 18 deletions

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