Files
openstack-manuals/doc/config-reference/source/tables/trove-dns.rst
KATO Tomoyuki b97466ab98 [config-ref] update trove config options for Newton
Change-Id: I94bdaef1c61cefeab6c9f2baaa7b9c15fbb2fd2f
2016-10-14 10:50:12 +09:00

53 lines
2.0 KiB
ReStructuredText

..
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).