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

120 lines
4.9 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_nova_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>bandwidth_poll_interval</option> = <replaceable>600</replaceable></td>
<td>(IntOpt) Interval to pull network bandwidth usage info. Not supported on all hypervisors. Set to -1 to disable. Setting this to 0 will run at the default rate.</td>
</tr>
<tr>
<td><option>enable_network_quota</option> = <replaceable>False</replaceable></td>
<td>(BoolOpt) Enables or disables quota checking for tenant networks</td>
</tr>
<tr>
<td><option>quota_cores</option> = <replaceable>20</replaceable></td>
<td>(IntOpt) Number of instance cores allowed per project</td>
</tr>
<tr>
<td><option>quota_driver</option> = <replaceable>nova.quota.DbQuotaDriver</replaceable></td>
<td>(StrOpt) Default driver to use for quota checks</td>
</tr>
<tr>
<td><option>quota_fixed_ips</option> = <replaceable>-1</replaceable></td>
<td>(IntOpt) Number of fixed IPs allowed per project (this should be at least the number of instances allowed)</td>
</tr>
<tr>
<td><option>quota_floating_ips</option> = <replaceable>10</replaceable></td>
<td>(IntOpt) Number of floating IPs allowed per project</td>
</tr>
<tr>
<td><option>quota_injected_file_content_bytes</option> = <replaceable>10240</replaceable></td>
<td>(IntOpt) Number of bytes allowed per injected file</td>
</tr>
<tr>
<td><option>quota_injected_file_path_length</option> = <replaceable>255</replaceable></td>
<td>(IntOpt) Length of injected file path</td>
</tr>
<tr>
<td><option>quota_injected_files</option> = <replaceable>5</replaceable></td>
<td>(IntOpt) Number of injected files allowed</td>
</tr>
<tr>
<td><option>quota_instances</option> = <replaceable>10</replaceable></td>
<td>(IntOpt) Number of instances allowed per project</td>
</tr>
<tr>
<td><option>quota_key_pairs</option> = <replaceable>100</replaceable></td>
<td>(IntOpt) Number of key pairs per user</td>
</tr>
<tr>
<td><option>quota_metadata_items</option> = <replaceable>128</replaceable></td>
<td>(IntOpt) Number of metadata items allowed per instance</td>
</tr>
<tr>
<td><option>quota_networks</option> = <replaceable>3</replaceable></td>
<td>(IntOpt) Number of private networks allowed per project</td>
</tr>
<tr>
<td><option>quota_ram</option> = <replaceable>51200</replaceable></td>
<td>(IntOpt) Megabytes of instance RAM allowed per project</td>
</tr>
<tr>
<td><option>quota_security_group_rules</option> = <replaceable>20</replaceable></td>
<td>(IntOpt) Number of security rules per security group</td>
</tr>
<tr>
<td><option>quota_security_groups</option> = <replaceable>10</replaceable></td>
<td>(IntOpt) Number of security groups per project</td>
</tr>
<tr>
<td><option>quota_server_group_members</option> = <replaceable>10</replaceable></td>
<td>(IntOpt) Number of servers per server group</td>
</tr>
<tr>
<td><option>quota_server_groups</option> = <replaceable>10</replaceable></td>
<td>(IntOpt) Number of server groups per project</td>
</tr>
<tr>
<th colspan="2">[cells]</th>
</tr>
<tr>
<td><option>bandwidth_update_interval</option> = <replaceable>600</replaceable></td>
<td>(IntOpt) Seconds between bandwidth updates for cells.</td>
</tr>
</tbody>
</table>
</para>