Add an API for associating floating IPs with DNS entries.
For blueprint public-and-private-dns Change-Id: Ia6c3f046db4dd4978aa5ef950fd472d3455fe301
This commit is contained in:
@@ -555,6 +555,10 @@ class FloatingIpNotFound(NotFound):
|
||||
message = _("Floating ip not found for id %(id)s.")
|
||||
|
||||
|
||||
class FloatingIpDNSExists(Invalid):
|
||||
message = _("The DNS entry %(name)s already exists in zone %(zone)s.")
|
||||
|
||||
|
||||
class FloatingIpNotFoundForAddress(FloatingIpNotFound):
|
||||
message = _("Floating ip not found for address %(address)s.")
|
||||
|
||||
|
Reference in New Issue
Block a user