0930aab61a
Update the flagmappings after the feature freeze for nova, and produce the new tables. Change-Id: I6a41a4c92f793ac1f676b07e453519281136171e
84 lines
3.6 KiB
XML
84 lines
3.6 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>
|
|
<td>Configuration option=Default value</td>
|
|
<td>Description</td>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td>bandwidth_poll_interval=600</td>
|
|
<td>(IntOpt) interval to pull bandwidth usage info</td>
|
|
</tr>
|
|
<tr>
|
|
<td>bandwidth_update_interval=600</td>
|
|
<td>(IntOpt) Seconds between bandwidth updates for cells.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>enable_network_quota=False</td>
|
|
<td>(BoolOpt) Enables or disables quotaing of 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>
|
|
</tbody>
|
|
</table>
|
|
</para> |