ad9faae7c3
Include new tables in the config reference. Closes-Bug: #1366489 Closes-Bug: #1374844 Change-Id: I47883b3e524aba67f82304112a066a281c341be3
98 lines
3.3 KiB
XML
98 lines
3.3 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>bandwidth_poll_interval = 600</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 disable, but this will change in the K release to mean "run at the default rate".</td>
|
|
</tr>
|
|
<tr>
|
|
<td>enable_network_quota = False</td>
|
|
<td>(BoolOpt) Enables or disables quota checking for tenant networks</td>
|
|
</tr>
|
|
<tr>
|
|
<td>quota_cores = 20</td>
|
|
<td>(IntOpt) Number of instance cores allowed per project</td>
|
|
</tr>
|
|
<tr>
|
|
<td>quota_driver = nova.quota.DbQuotaDriver</td>
|
|
<td>(StrOpt) Default driver to use for quota checks</td>
|
|
</tr>
|
|
<tr>
|
|
<td>quota_fixed_ips = -1</td>
|
|
<td>(IntOpt) Number of fixed IPs allowed per project (this should be at least the number of instances allowed)</td>
|
|
</tr>
|
|
<tr>
|
|
<td>quota_floating_ips = 10</td>
|
|
<td>(IntOpt) Number of floating IPs allowed per project</td>
|
|
</tr>
|
|
<tr>
|
|
<td>quota_injected_file_content_bytes = 10240</td>
|
|
<td>(IntOpt) Number of bytes allowed per injected file</td>
|
|
</tr>
|
|
<tr>
|
|
<td>quota_injected_file_path_length = 255</td>
|
|
<td>(IntOpt) Length of injected file path</td>
|
|
</tr>
|
|
<tr>
|
|
<td>quota_injected_files = 5</td>
|
|
<td>(IntOpt) Number of injected files allowed</td>
|
|
</tr>
|
|
<tr>
|
|
<td>quota_instances = 10</td>
|
|
<td>(IntOpt) Number of instances allowed per project</td>
|
|
</tr>
|
|
<tr>
|
|
<td>quota_key_pairs = 100</td>
|
|
<td>(IntOpt) Number of key pairs per user</td>
|
|
</tr>
|
|
<tr>
|
|
<td>quota_metadata_items = 128</td>
|
|
<td>(IntOpt) Number of metadata items allowed per instance</td>
|
|
</tr>
|
|
<tr>
|
|
<td>quota_ram = 51200</td>
|
|
<td>(IntOpt) Megabytes of instance RAM allowed per project</td>
|
|
</tr>
|
|
<tr>
|
|
<td>quota_security_group_rules = 20</td>
|
|
<td>(IntOpt) Number of security rules per security group</td>
|
|
</tr>
|
|
<tr>
|
|
<td>quota_security_groups = 10</td>
|
|
<td>(IntOpt) Number of security groups per project</td>
|
|
</tr>
|
|
<tr>
|
|
<td>quota_server_group_members = 10</td>
|
|
<td>(IntOpt) Number of servers per server group</td>
|
|
</tr>
|
|
<tr>
|
|
<td>quota_server_groups = 10</td>
|
|
<td>(IntOpt) Number of server groups per project</td>
|
|
</tr>
|
|
<tr>
|
|
<th colspan="2">[cells]</th>
|
|
</tr>
|
|
<tr>
|
|
<td>bandwidth_update_interval = 600</td>
|
|
<td>(IntOpt) Seconds between bandwidth updates for cells.</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</para>
|