openstack-manuals/doc/common/tables/heat-quota.xml
Gauvain Pocentek e7cbc675ce update the config reference tables for liberty
Change-Id: I959cc6884633ada1deb55f44ca1fc6f230bdebd9
2015-10-29 07:45:04 +01:00

61 lines
2.4 KiB
XML

<?xml version='1.0' encoding='UTF-8'?>
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
<!--
###################################################################
WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
###################################################################
Warning: Do not edit this file. It is automatically
generated from the software project's code and your changes
will be overwritten.
The tool to generate this file lives in openstack-doc-tools
repository.
Please make any changes needed in the code, then run the
autogenerate-config-doc tool from the openstack-doc-tools
repository, or ask for help on the documentation mailing list,
IRC channel or meeting.
###################################################################
WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
###################################################################
-->
<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>