dc7c13a659
This patch regenerates the configuration tables using code from 2014-12-31, or about kilo-1. It also uses new doc-tools code to mark-up options and their default values semantically. Change-Id: Id68a87b69fb80edbc156b9bcb1549cca5e61464b
90 lines
4.0 KiB
XML
90 lines
4.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_neutron_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><option>allow_bulk</option> = <replaceable>True</replaceable></td>
|
|
<td>(BoolOpt) Allow the usage of the bulk API</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>allow_pagination</option> = <replaceable>False</replaceable></td>
|
|
<td>(BoolOpt) Allow the usage of the pagination</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>allow_sorting</option> = <replaceable>False</replaceable></td>
|
|
<td>(BoolOpt) Allow the usage of the sorting</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>api_extensions_path</option> = <replaceable></replaceable></td>
|
|
<td>(StrOpt) The path for API extensions</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>api_paste_config</option> = <replaceable>api-paste.ini</replaceable></td>
|
|
<td>(StrOpt) The API paste config file to use</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>backlog</option> = <replaceable>4096</replaceable></td>
|
|
<td>(IntOpt) Number of backlog requests to configure the socket with</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>client_socket_timeout</option> = <replaceable>900</replaceable></td>
|
|
<td>(IntOpt) Timeout for client connections socket operations. If an incoming connection is idle for this number of seconds it will be closed. A value of '0' means wait forever.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>conn_idle_timeout</option> = <replaceable>900</replaceable></td>
|
|
<td>(IntOpt) Reconnect connection to nsx if not used within this amount of time.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>max_header_line</option> = <replaceable>16384</replaceable></td>
|
|
<td>(IntOpt) Max header line to accommodate large tokens</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>pagination_max_limit</option> = <replaceable>-1</replaceable></td>
|
|
<td>(StrOpt) The maximum number of items returned in a single response, value was 'infinite' or negative integer means no limit</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>retry_until_window</option> = <replaceable>30</replaceable></td>
|
|
<td>(IntOpt) Number of seconds to keep retrying to listen</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>run_external_periodic_tasks</option> = <replaceable>True</replaceable></td>
|
|
<td>(BoolOpt) Some periodic tasks can be run in a separate process. Should we run them here?</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>service_plugins</option> = <replaceable></replaceable></td>
|
|
<td>(ListOpt) The service plugins Neutron will use</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>tcp_keepidle</option> = <replaceable>600</replaceable></td>
|
|
<td>(IntOpt) Sets the value of TCP_KEEPIDLE in seconds for each server socket. Not supported on OS X.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>wsgi_keep_alive</option> = <replaceable>True</replaceable></td>
|
|
<td>(BoolOpt) Determines if connections are allowed to be held open by clients after a request is fulfilled. A value of False will ensure that the socket connection will be explicitly closed once a response has been sent to the client.</td>
|
|
</tr>
|
|
<tr>
|
|
<th colspan="2">[service_providers]</th>
|
|
</tr>
|
|
<tr>
|
|
<td><option>service_provider</option> = <replaceable>[]</replaceable></td>
|
|
<td>(MultiStrOpt) Defines providers for advanced services using the format: <service_type>:<name>:<driver>[:default]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</para>
|