openstack-manuals/doc/common/tables/heat-cfn_api.xml
Gauvain Pocentek 67baf29ff9 Import heat config reference tables
Add the new heat.flagmappings file and the docbook tables generated from it.

This commit only handles autogenerated data inclusion, a proper section in the
config reference still has to be written.

Partial-Bug: #1284470

Change-Id: I4cfc13711f42488114f83645be6d903719164d9e
2014-03-08 14:27:17 +01:00

78 lines
3.3 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!-- Warning: Do not edit this file. It is automatically
generated and your changes will be overwritten.
The tool to do so lives in the tools directory of this
repository -->
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
<table rules="all">
<caption>Description of configuration options for cfn_api</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>instance_connection_https_validate_certificates = 1</td>
<td>(StrOpt) Instance connection to CFN/CW API validate certs if SSL is used.</td>
</tr>
<tr>
<td>instance_connection_is_secure = 0</td>
<td>(StrOpt) Instance connection to CFN/CW API via https.</td>
</tr>
<tr>
<th colspan="2">[heat_api_cfn]</th>
</tr>
<tr>
<td>backlog = 4096</td>
<td>(IntOpt) Number of backlog requests to configure the socket with.</td>
</tr>
<tr>
<td>bind_host = 0.0.0.0</td>
<td>(StrOpt) Address to bind the server. Useful when selecting a particular network interface.</td>
</tr>
<tr>
<td>bind_port = 8000</td>
<td>(IntOpt) The port on which the server will listen.</td>
</tr>
<tr>
<td>cert_file = None</td>
<td>(StrOpt) Location of the SSL Certificate File to use for SSL mode.</td>
</tr>
<tr>
<td>key_file = None</td>
<td>(StrOpt) Location of the SSL Key File to use for enabling SSL mode.</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>workers = 0</td>
<td>(IntOpt) Number of workers for Heat service.</td>
</tr>
<tr>
<th colspan="2">[ssl]</th>
</tr>
<tr>
<td>ca_file = None</td>
<td>(StrOpt) CA certificate file to use to verify connecting clients</td>
</tr>
<tr>
<td>cert_file = None</td>
<td>(StrOpt) Certificate file to use when starting the server securely</td>
</tr>
<tr>
<td>key_file = None</td>
<td>(StrOpt) Private key file to use when starting the server securely</td>
</tr>
</tbody>
</table>
</para>