105 lines
4.0 KiB
XML
105 lines
4.0 KiB
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
|
|
<!--
|
|
###################################################################
|
|
WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
|
|
###################################################################
|
|
|
|
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.
|
|
|
|
###################################################################
|
|
WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
|
|
###################################################################
|
|
-->
|
|
<table rules="all" xml:id="config_table_trove_dns">
|
|
<caption>Description of DNS configuration options</caption>
|
|
<col width="50%"/>
|
|
<col width="50%"/>
|
|
<thead>
|
|
<tr>
|
|
<th>Configuration option = Default value</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<th colspan="2">[DEFAULT]</th>
|
|
</tr>
|
|
<tr>
|
|
<td><option>dns_account_id</option> = <replaceable></replaceable></td>
|
|
<td>(StrOpt) Tenant ID for DNSaaS.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>dns_auth_url</option> = <replaceable></replaceable></td>
|
|
<td>(StrOpt) Authentication URL for DNSaaS.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>dns_domain_id</option> = <replaceable></replaceable></td>
|
|
<td>(StrOpt) Domain ID used for adding DNS entries.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>dns_domain_name</option> = <replaceable></replaceable></td>
|
|
<td>(StrOpt) Domain name used for adding DNS entries.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>dns_driver</option> = <replaceable>trove.dns.driver.DnsDriver</replaceable></td>
|
|
<td>(StrOpt) Driver for DNSaaS.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>dns_endpoint_url</option> = <replaceable>0.0.0.0</replaceable></td>
|
|
<td>(StrOpt) Endpoint URL for DNSaaS.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>dns_hostname</option> = <replaceable></replaceable></td>
|
|
<td>(StrOpt) Hostname used for adding DNS entries.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>dns_instance_entry_factory</option> = <replaceable>trove.dns.driver.DnsInstanceEntryFactory</replaceable></td>
|
|
<td>(StrOpt) Factory for adding DNS entries.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>dns_management_base_url</option> = <replaceable></replaceable></td>
|
|
<td>(StrOpt) Management URL for DNSaaS.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>dns_passkey</option> = <replaceable></replaceable></td>
|
|
<td>(StrOpt) Passkey for DNSaaS.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>dns_region</option> = <replaceable></replaceable></td>
|
|
<td>(StrOpt) Region name for DNSaaS.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>dns_service_type</option> = <replaceable></replaceable></td>
|
|
<td>(StrOpt) Service Type for DNSaaS.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>dns_time_out</option> = <replaceable>120</replaceable></td>
|
|
<td>(IntOpt) Maximum time (in seconds) to wait for a DNS entry add.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>dns_ttl</option> = <replaceable>300</replaceable></td>
|
|
<td>(IntOpt) Time (in seconds) before a refresh of DNS information occurs.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>dns_username</option> = <replaceable></replaceable></td>
|
|
<td>(StrOpt) Username for DNSaaS.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>trove_dns_support</option> = <replaceable>False</replaceable></td>
|
|
<td>(BoolOpt) Whether Trove should add DNS entries on create (using Designate DNSaaS).</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</para>
|