5ff09ddf7c
Update the config reference and generate conf-changes file for the Kilo release. Closes-Bug: #1438882 Closes-Bug: #1421748 Closes-Bug: #1429957 Closes-Bug: #1430020 Closes-Bug: #1430290 Closes-Bug: #1426168 Closes-Bug: #1433793 Change-Id: Ic2348613cb13b0ad2fa622aaa04a44cec56b3e27
66 lines
2.6 KiB
XML
66 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_ceilometer_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>api_paste_config</option> = <replaceable>api_paste.ini</replaceable></td>
|
|
<td>(StrOpt) Configuration file for WSGI definition of API.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>api_workers</option> = <replaceable>1</replaceable></td>
|
|
<td>(IntOpt) Number of workers for Ceilometer API server.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>event_pipeline_cfg_file</option> = <replaceable>event_pipeline.yaml</replaceable></td>
|
|
<td>(StrOpt) Configuration file for event pipeline definition.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>pipeline_cfg_file</option> = <replaceable>pipeline.yaml</replaceable></td>
|
|
<td>(StrOpt) Configuration file for pipeline definition.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>reserved_metadata_keys</option> = <replaceable></replaceable></td>
|
|
<td>(ListOpt) List of metadata keys reserved for metering use. And these keys are additional to the ones included in the namespace.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>reserved_metadata_length</option> = <replaceable>256</replaceable></td>
|
|
<td>(IntOpt) Limit on length of reserved metadata values.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>reserved_metadata_namespace</option> = <replaceable>metering.</replaceable></td>
|
|
<td>(ListOpt) List of metadata prefixes reserved for metering use.</td>
|
|
</tr>
|
|
<tr>
|
|
<th colspan="2">[api]</th>
|
|
</tr>
|
|
<tr>
|
|
<td><option>host</option> = <replaceable>0.0.0.0</replaceable></td>
|
|
<td>(StrOpt) The listen IP for the ceilometer API server.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>pecan_debug</option> = <replaceable>False</replaceable></td>
|
|
<td>(BoolOpt) Toggle Pecan Debug Middleware.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>port</option> = <replaceable>8777</replaceable></td>
|
|
<td>(IntOpt) The port for the ceilometer API server.</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</para>
|