Merge "moved floating ip db access and sanity checking from network api into network manager added floating ip get by fixed address added fixed_ip_get moved floating ip testing from osapi into the network tests where they belong"
This commit is contained in:
@@ -554,8 +554,12 @@ class NoMoreFloatingIps(FloatingIpNotFound):
|
||||
message = _("Zero floating ips available.")
|
||||
|
||||
|
||||
class FloatingIpAlreadyInUse(NovaException):
|
||||
message = _("Floating ip %(address)s already in use by %(fixed_ip)s.")
|
||||
class FloatingIpAssociated(NovaException):
|
||||
message = _("Floating ip %(address)s is associated.")
|
||||
|
||||
|
||||
class FloatingIpNotAssociated(NovaException):
|
||||
message = _("Floating ip %(address)s is not associated.")
|
||||
|
||||
|
||||
class NoFloatingIpsDefined(NotFound):
|
||||
|
||||
Reference in New Issue
Block a user