neutron_lib.exceptions.dns module

exception neutron_lib.exceptions.dns.DNSDomainNotFound(**kwargs)

Bases: NotFound

message = 'Domain %(dns_domain)s not found in the external DNS service'
exception neutron_lib.exceptions.dns.DuplicateRecordSet(**kwargs)

Bases: Conflict

message = 'Name %(dns_name)s is duplicated in the external DNS service'
exception neutron_lib.exceptions.dns.ExternalDNSDriverNotFound(**kwargs)

Bases: NotFound

message = 'External DNS driver %(driver)s could not be found.'
exception neutron_lib.exceptions.dns.ExternalDNSOverQuota(**kwargs)

Bases: OverQuota

message = 'External DNS Quota exceeded for resources: %(resource)s.'
exception neutron_lib.exceptions.dns.InvalidPTRZoneConfiguration(**kwargs)

Bases: Conflict

message = 'Value of %(parameter)s has to be multiple of %(number)s, with maximum value of %(maximum)s and minimum value of %(minimum)s'