45fa1c95f0
This change brings new files that need to be included in the config reference documentation. See bug #1407581. Change-Id: Id8adfbc5dc46ceeec22bc1cfd332d5f85af40f22 Closes-Bug: #1386462 Closes-Bug: #1385916 Closes-Bug: #1411178
87 lines
3.3 KiB
XML
87 lines
3.3 KiB
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
|
|
<!-- Warning: Do not edit this file. It is automatically
|
|
generated and your changes will be overwritten.
|
|
The tool to do so lives in openstack-doc-tools repository. -->
|
|
<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>
|