.. Warning: Do not edit this file. It is automatically generated from the software project's code and your changes will be overwritten. The tool to generate this file lives in openstack-doc-tools repository. Please make any changes needed in the code, then run the autogenerate-config-doc tool from the openstack-doc-tools repository, or ask for help on the documentation mailing list, IRC channel or meeting. .. _trove-dns: .. list-table:: Description of DNS configuration options :header-rows: 1 :class: config-ref-table * - Configuration option = Default value - Description * - **[DEFAULT]** - * - ``dns_account_id`` = - (String) Tenant ID for DNSaaS. * - ``dns_auth_url`` = ``http://0.0.0.0`` - (URI) Authentication URL for DNSaaS. * - ``dns_domain_id`` = - (String) Domain ID used for adding DNS entries. * - ``dns_domain_name`` = - (String) Domain name used for adding DNS entries. * - ``dns_driver`` = ``trove.dns.driver.DnsDriver`` - (String) Driver for DNSaaS. * - ``dns_endpoint_url`` = ``http://0.0.0.0`` - (URI) Endpoint URL for DNSaaS. * - ``dns_hostname`` = ``localhost`` - (Hostname) Hostname used for adding DNS entries. * - ``dns_instance_entry_factory`` = ``trove.dns.driver.DnsInstanceEntryFactory`` - (String) Factory for adding DNS entries. * - ``dns_management_base_url`` = ``http://0.0.0.0`` - (URI) Management URL for DNSaaS. * - ``dns_passkey`` = - (String) Passkey for DNSaaS. * - ``dns_region`` = - (String) Region name for DNSaaS. * - ``dns_service_type`` = - (String) Service Type for DNSaaS. * - ``dns_time_out`` = ``120`` - (Integer) Maximum time (in seconds) to wait for a DNS entry add. * - ``dns_ttl`` = ``300`` - (Integer) Time (in seconds) before a refresh of DNS information occurs. * - ``dns_username`` = - (String) Username for DNSaaS. * - ``trove_dns_support`` = ``False`` - (Boolean) Whether Trove should add DNS entries on create (using Designate DNSaaS).