neutron_lib.exceptions.dns module¶
-
exception
neutron_lib.exceptions.dns.DNSDomainNotFound(**kwargs)¶ Bases:
neutron_lib.exceptions.NotFound-
message= 'Domain %(dns_domain)s not found in the external DNS service'¶
-
-
exception
neutron_lib.exceptions.dns.DuplicateRecordSet(**kwargs)¶ Bases:
neutron_lib.exceptions.Conflict-
message= 'Name %(dns_name)s is duplicated in the external DNS service'¶
-
-
exception
neutron_lib.exceptions.dns.ExternalDNSDriverNotFound(**kwargs)¶ Bases:
neutron_lib.exceptions.NotFound-
message= 'External DNS driver %(driver)s could not be found.'¶
-
-
exception
neutron_lib.exceptions.dns.ExternalDNSOverQuota(**kwargs)¶ Bases:
neutron_lib.exceptions.OverQuota-
message= 'External DNS Quota exceeded for resources: %(resource)s.'¶
-
-
exception
neutron_lib.exceptions.dns.InvalidPTRZoneConfiguration(**kwargs)¶ Bases:
neutron_lib.exceptions.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'¶
-