Files
openstack-manuals/doc/common/tables/heat-cfn_api.xml
Tom Fifield dc7c13a659 Regenerate config tables for K1
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
2015-01-01 19:13:38 +08:00

62 lines
2.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_heat_cfn_api">
<caption>Description of Cloudformation-compatible 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>instance_connection_https_validate_certificates</option> = <replaceable>1</replaceable></td>
<td>(StrOpt) Instance connection to CFN/CW API validate certs if SSL is used.</td>
</tr>
<tr>
<td><option>instance_connection_is_secure</option> = <replaceable>0</replaceable></td>
<td>(StrOpt) Instance connection to CFN/CW API via https.</td>
</tr>
<tr>
<th colspan="2">[heat_api_cfn]</th>
</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>bind_host</option> = <replaceable>0.0.0.0</replaceable></td>
<td>(StrOpt) Address to bind the server. Useful when selecting a particular network interface.</td>
</tr>
<tr>
<td><option>bind_port</option> = <replaceable>8000</replaceable></td>
<td>(IntOpt) The port on which the server will listen.</td>
</tr>
<tr>
<td><option>cert_file</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) Location of the SSL certificate file to use for SSL mode.</td>
</tr>
<tr>
<td><option>key_file</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) Location of the SSL key file to use for enabling SSL mode.</td>
</tr>
<tr>
<td><option>max_header_line</option> = <replaceable>16384</replaceable></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><option>workers</option> = <replaceable>0</replaceable></td>
<td>(IntOpt) Number of workers for Heat service.</td>
</tr>
</tbody>
</table>
</para>