14908866c8
Change-Id: I8f25f33e031fb28f26a773a79e99e719e671bc7e
91 lines
3.8 KiB
XML
91 lines
3.8 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- Warning: Do not edit this file. It is automatically
|
|
generated and your changes will be overwritten.
|
|
The tool to do so lives in the tools directory of this
|
|
repository -->
|
|
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
|
|
<table rules="all">
|
|
<caption>Description of configuration options for quota</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 bandwidth usage info</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_bytes = 255</td>
|
|
<td>(IntOpt) number of bytes allowed per 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>
|
|
<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>
|