e060b5f386
Change-Id: I9444a8c58c6556d344cc0978c8eb6ce756bbc5b2
35 lines
1.4 KiB
XML
35 lines
1.4 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_aodh_coordination">
|
|
<caption>Description of Coordination 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">[coordination]</th>
|
|
</tr>
|
|
<tr>
|
|
<td><option>backend_url</option> = <replaceable>None</replaceable></td>
|
|
<td>(StrOpt) The backend URL to use for distributed coordination. If left empty, per-deployment central agent and per-host compute agent won't do workload partitioning and will only function correctly if a single instance of that service is running.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>check_watchers</option> = <replaceable>10.0</replaceable></td>
|
|
<td>(FloatOpt) Number of seconds between checks to see if group membership has changed</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>heartbeat</option> = <replaceable>1.0</replaceable></td>
|
|
<td>(FloatOpt) Number of seconds between heartbeats for distributed coordination.</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</para>
|