725328e106
Change-Id: I4dd0de430dc099eaa5e1271f0ff15ad40919fadc
43 lines
1.7 KiB
XML
43 lines
1.7 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_quota">
|
|
<caption>Description of quota 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>max_events_per_stack</option> = <replaceable>1000</replaceable></td>
|
|
<td>(IntOpt) Maximum events that will be available per stack. Older events will be deleted when this is reached. Set to 0 for unlimited events per stack.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>max_nested_stack_depth</option> = <replaceable>5</replaceable></td>
|
|
<td>(IntOpt) Maximum depth allowed when using nested stacks.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>max_resources_per_stack</option> = <replaceable>1000</replaceable></td>
|
|
<td>(IntOpt) Maximum resources allowed per top-level stack. -1 stands for unlimited.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>max_stacks_per_tenant</option> = <replaceable>100</replaceable></td>
|
|
<td>(IntOpt) Maximum number of stacks any one tenant may have active at one time.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>max_template_size</option> = <replaceable>524288</replaceable></td>
|
|
<td>(IntOpt) Maximum raw byte size of any template.</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</para>
|