openstack-manuals/doc/common/tables/trove-common.xml
Atsushi SAKAI d35816a036 Update Config reference for trove
Change-Id: I8d5344db316ab2524f60df0596e75fd12acb748a
Partial-Bug: #1407581
2015-09-03 16:40:58 +09:00

86 lines
3.8 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>executor_thread_pool_size</option> = <replaceable>64</replaceable></td>
<td>(IntOpt) Size of executor thread pool.</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>/home/sakaia/work/openstack-doc-tools/autogenerate_config_docs/sources/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>