8e114dbc7b
Move some headers to shared.headers and unify naming. The unification let to rename of keystone-rabbit.xml to keystone-rabbitmq.xml and glance-zmq.xml to glance-zeromq.xml. Fixed typo in name of neutron-lbaas_netscaler. Partial-Bug: #1362882 Partial-Bug: #1362266 Closes-Bug: #1361402 Change-Id: I3be75b2ca41e1f56189b317a7dabfc9ac3e4fbab
119 lines
4.1 KiB
XML
119 lines
4.1 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_api">
|
|
<caption>Description of API 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>admin_roles = admin</td>
|
|
<td>(ListOpt) No help text available for this option.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>api_paste_config = api-paste.ini</td>
|
|
<td>(StrOpt) File name for the paste.deploy config for trove-api.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>bind_host = 0.0.0.0</td>
|
|
<td>(StrOpt) The IP address the API will listen on.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>bind_port = 8779</td>
|
|
<td>(IntOpt) No help text available for this option.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>black_list_regex = None</td>
|
|
<td>(StrOpt) No help text available for this option.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>db_api_implementation = trove.db.sqlalchemy.api</td>
|
|
<td>(StrOpt) No help text available for this option.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>hostname_require_ipv4 = True</td>
|
|
<td>(BoolOpt) Require user hostnames to be IPv4 addresses.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>http_delete_rate = 200</td>
|
|
<td>(IntOpt) No help text available for this option.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>http_get_rate = 200</td>
|
|
<td>(IntOpt) No help text available for this option.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>http_mgmt_post_rate = 200</td>
|
|
<td>(IntOpt) No help text available for this option.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>http_post_rate = 200</td>
|
|
<td>(IntOpt) No help text available for this option.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>http_put_rate = 200</td>
|
|
<td>(IntOpt) No help text available for this option.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>instances_page_size = 20</td>
|
|
<td>(IntOpt) No help text available for this option.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>max_header_line = 16384</td>
|
|
<td>(IntOpt) Maximum line size of message headers to be accepted. max_header_line may need to be increased when using large tokens (typically those generated by the Keystone v3 API with big service catalogs).</td>
|
|
</tr>
|
|
<tr>
|
|
<td>os_region_name = None</td>
|
|
<td>(StrOpt) Region name of this node. Used when searching catalog.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>region = LOCAL_DEV</td>
|
|
<td>(StrOpt) The region this service is located.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>tcp_keepidle = 600</td>
|
|
<td>(IntOpt) Sets the value of TCP_KEEPIDLE in seconds for each server socket. Not supported on OS X.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>trove_api_workers = None</td>
|
|
<td>(IntOpt) Number of workers for the API service. The default will be the number of CPUs available.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>trove_auth_url = http://0.0.0.0:5000/v2.0</td>
|
|
<td>(StrOpt) No help text available for this option.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>trove_conductor_workers = None</td>
|
|
<td>(IntOpt) Number of workers for the Conductor service. The default will be the number of CPUs available.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>trove_security_group_name_prefix = SecGroup</td>
|
|
<td>(StrOpt) No help text available for this option.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>trove_security_group_rule_cidr = 0.0.0.0/0</td>
|
|
<td>(StrOpt) No help text available for this option.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>trove_security_groups_support = True</td>
|
|
<td>(BoolOpt) No help text available for this option.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>users_page_size = 20</td>
|
|
<td>(IntOpt) No help text available for this option.</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</para>
|