9b1476aaee
Add more headers, regenerate ceilometer and heat tables with them. Create shared header file and remove duplicate entries. Change-Id: Ia5bcda0d5daaed19636b426d6e25469f0d4bbcfa
77 lines
2.6 KiB
XML
77 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>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>
|