Merge "Handle error in associate floating IP (bug 845507)"
This commit is contained in:
@@ -588,6 +588,10 @@ class NoFloatingIpsDefined(NotFound):
|
||||
message = _("Zero floating ips exist.")
|
||||
|
||||
|
||||
class NoFloatingIpInterface(NotFound):
|
||||
message = _("Interface %(interface)s not found.")
|
||||
|
||||
|
||||
class KeypairNotFound(NotFound):
|
||||
message = _("Keypair %(name)s not found for user %(user_id)s")
|
||||
|
||||
|
Reference in New Issue
Block a user