dc7c13a659
This patch regenerates the configuration tables using code from 2014-12-31, or about kilo-1. It also uses new doc-tools code to mark-up options and their default values semantically. Change-Id: Id68a87b69fb80edbc156b9bcb1549cca5e61464b
102 lines
4.2 KiB
XML
102 lines
4.2 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_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>
|