openstack-manuals/doc/common/tables/trove-common.xml
Gauvain Pocentek 9fa2c79f7e [config-ref] tables: update some incorrect values
The autohelp script didn't properly clean some values. Use sensible
values for pybasedir-based paths instead of values related to the build
environment.

Change-Id: Id72eef4436a5edeb67adced9169824adb4d4aa3f
2015-11-09 09:43:23 +01:00

108 lines
4.6 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_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>/usr/lib/python/site-packages/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>timeout_wait_for_service</option> = <replaceable>120</replaceable></td>
<td>(IntOpt) Maximum time (in seconds) to wait for a service to become alive.</td>
</tr>
<tr>
<td><option>usage_timeout</option> = <replaceable>900</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>