openstack-manuals/doc/common/tables/trove-common.xml
Andreas Jaeger a6fe27232f Unify option tables a bit
This unifies some placement of entries into tables accross projects:

glance, trove, neutron, keystone, cinder: Changed ssl to ca.
Move debug to debug if such a table exists (ceilometer).
Move default_log_levels to logging.
Create logging section everywhere and unify content.
Move fatal_deprecations to logging.
Move host to common.
Move lock_path to common.

Change-Id: I461f90a7d6b05aa5c113244c978c933039dde08c
Partial-Bug: #1363485
2014-09-01 18:18:59 +02:00

83 lines
3.0 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>configurations_page_size = 20</td>
<td>(IntOpt) No help text available for this option.</td>
</tr>
<tr>
<td>databases_page_size = 20</td>
<td>(IntOpt) No help text available for this option.</td>
</tr>
<tr>
<td>default_datastore = None</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>default_neutron_networks = </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>default_notification_level = INFO</td>
<td>(StrOpt) Default notification level for outgoing notifications</td>
</tr>
<tr>
<td>default_password_length = 36</td>
<td>(IntOpt) No help text available for this option.</td>
</tr>
<tr>
<td>default_publisher_id = $host</td>
<td>(StrOpt) Default publisher_id for outgoing notifications</td>
</tr>
<tr>
<td>expected_filetype_suffixes = json</td>
<td>(ListOpt) Filetype endings not to be reattached to an ID by the utils method correct_id_with_req.</td>
</tr>
<tr>
<td>host = 0.0.0.0</td>
<td>(StrOpt) No help text available for this option.</td>
</tr>
<tr>
<td>lock_path = None</td>
<td>(StrOpt) Directory to use for lock files.</td>
</tr>
<tr>
<td>pybasedir = /usr/lib/python/site-packages/trove/trove</td>
<td>(StrOpt) Directory where the trove python module is installed.</td>
</tr>
<tr>
<td>pydev_path = None</td>
<td>(StrOpt) Set path to pydevd library, used if pydevd is not found in python sys.path.</td>
</tr>
<tr>
<td>taskmanager_queue = taskmanager</td>
<td>(StrOpt) No help text available for this option.</td>
</tr>
<tr>
<td>template_path = /etc/trove/templates/</td>
<td>(StrOpt) Path which leads to datastore templates.</td>
</tr>
<tr>
<td>usage_timeout = 600</td>
<td>(IntOpt) Timeout to wait for a guest to become active.</td>
</tr>
</tbody>
</table>
</para>