openstack-manuals/doc/common/tables/trove-common.xml
Gauvain Pocentek 45fa1c95f0 Update the config-ref tables
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
2015-01-21 19:27:25 +01:00

82 lines
3.6 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_common">
<caption>Description of common 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>configurations_page_size</option> = <replaceable>20</replaceable></td>
<td>(IntOpt) Page size for listing configurations.</td>
</tr>
<tr>
<td><option>databases_page_size</option> = <replaceable>20</replaceable></td>
<td>(IntOpt) Page size for listing databases.</td>
</tr>
<tr>
<td><option>default_datastore</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) The default datastore id or name to use if one is not provided by the user. If the default value is None, the field becomes required in the instance create request.</td>
</tr>
<tr>
<td><option>default_neutron_networks</option> = <replaceable></replaceable></td>
<td>(ListOpt) List of IDs for management networks which should be attached to the instance regardless of what NICs are specified in the create API call.</td>
</tr>
<tr>
<td><option>default_password_length</option> = <replaceable>36</replaceable></td>
<td>(IntOpt) Character length of generated passwords.</td>
</tr>
<tr>
<td><option>expected_filetype_suffixes</option> = <replaceable>json</replaceable></td>
<td>(ListOpt) Filetype endings not to be reattached to an ID by the utils method correct_id_with_req.</td>
</tr>
<tr>
<td><option>host</option> = <replaceable>0.0.0.0</replaceable></td>
<td>(StrOpt) Host to listen for RPC messages.</td>
</tr>
<tr>
<td><option>memcached_servers</option> = <replaceable>None</replaceable></td>
<td>(ListOpt) Memcached servers or None for in process cache.</td>
</tr>
<tr>
<td><option>pybasedir</option> = <replaceable>/usr/lib/python/site-packages/trove/trove</replaceable></td>
<td>(StrOpt) Directory where the Trove python module is installed.</td>
</tr>
<tr>
<td><option>pydev_path</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) Set path to pydevd library, used if pydevd is not found in python sys.path.</td>
</tr>
<tr>
<td><option>taskmanager_queue</option> = <replaceable>taskmanager</replaceable></td>
<td>(StrOpt) Message queue name the Taskmanager will listen to.</td>
</tr>
<tr>
<td><option>template_path</option> = <replaceable>/etc/trove/templates/</replaceable></td>
<td>(StrOpt) Path which leads to datastore templates.</td>
</tr>
<tr>
<td><option>usage_timeout</option> = <replaceable>600</replaceable></td>
<td>(IntOpt) Maximum time (in seconds) to wait for a Guest to become active.</td>
</tr>
<tr>
<th colspan="2">[keystone_authtoken]</th>
</tr>
<tr>
<td><option>memcached_servers</option> = <replaceable>None</replaceable></td>
<td>(ListOpt) Optionally specify a list of memcached server(s) to use for caching. If left undefined, tokens will instead be cached in-process.</td>
</tr>
</tbody>
</table>
</para>