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.'¶