4198b042b1
Change-Id: Ia18185f9dac6fb81f14e95aaaf2d3db869192734
42 lines
1.6 KiB
XML
42 lines
1.6 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_sahara_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">[oslo_middleware]</th>
|
|
</tr>
|
|
<tr>
|
|
<td><option>max_request_body_size</option> = <replaceable>114688</replaceable></td>
|
|
<td>(IntOpt) The maximum body size for each request, in bytes.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>secure_proxy_ssl_header</option> = <replaceable>X-Forwarded-Proto</replaceable></td>
|
|
<td>(StrOpt) The HTTP Header that will be used to determine what the original request protocol scheme was, even if it was hidden by an SSL termination proxy.</td>
|
|
</tr>
|
|
<tr>
|
|
<th colspan="2">[retries]</th>
|
|
</tr>
|
|
<tr>
|
|
<td><option>retries_number</option> = <replaceable>5</replaceable></td>
|
|
<td>(IntOpt) Number of times to retry the request to client before failing</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>retry_after</option> = <replaceable>10</replaceable></td>
|
|
<td>(IntOpt) Time between the retries to client (in seconds).</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</para>
|