openstack-manuals/doc/common/tables/trove-database.xml
Gauvain Pocentek 86ad410ad6 config-ref: ironic, sahara, trove tables update
Change-Id: Ic3886dbe80478f450dda351d8ce3aaf5330a8610
2015-04-24 17:12:43 +02:00

42 lines
1.4 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_database">
<caption>Description of database 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>sql_query_logging</option> = <replaceable>False</replaceable></td>
<td>(BoolOpt) Allow insecure logging while executing queries through SQLAlchemy.</td>
</tr>
<tr>
<th colspan="2">[database]</th>
</tr>
<tr>
<td><option>connection</option> = <replaceable>sqlite:///trove_test.sqlite</replaceable></td>
<td>(StrOpt) SQL Connection.</td>
</tr>
<tr>
<td><option>idle_timeout</option> = <replaceable>3600</replaceable></td>
<td>(IntOpt) No help text available for this option.</td>
</tr>
<tr>
<td><option>query_log</option> = <replaceable>False</replaceable></td>
<td>(BoolOpt) No help text available for this option.</td>
</tr>
</tbody>
</table>
</para>