openstack-manuals/doc/config-reference/source/tables/heat-quota.rst
venkatamahesh 072417342a [config-ref] Update heat tables
Change-Id: I968ebd7a8c0522e0d512d49195a03bd1d95590f1
2016-09-08 10:06:04 +05:30

33 lines
1.4 KiB
ReStructuredText

..
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.
.. _heat-quota:
.. list-table:: Description of quota configuration options
:header-rows: 1
:class: config-ref-table
* - Configuration option = Default value
- Description
* - **[DEFAULT]**
-
* - ``max_events_per_stack`` = ``1000``
- (Integer) 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.
* - ``max_nested_stack_depth`` = ``5``
- (Integer) Maximum depth allowed when using nested stacks.
* - ``max_resources_per_stack`` = ``1000``
- (Integer) Maximum resources allowed per top-level stack. -1 stands for unlimited.
* - ``max_server_name_length`` = ``53``
- (Integer) Maximum length of a server name to be used in nova.
* - ``max_stacks_per_tenant`` = ``100``
- (Integer) Maximum number of stacks any one tenant may have active at one time.
* - ``max_template_size`` = ``524288``
- (Integer) Maximum raw byte size of any template.