546ea5db59
Change-Id: I02784cd0330771220f84325884cd147b3fdf2b8e
78 lines
3.3 KiB
XML
78 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_neutron_quotas">
|
|
<caption>Description of quotas 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>max_routes</option> = <replaceable>30</replaceable></td>
|
|
<td>(IntOpt) Maximum number of routes</td>
|
|
</tr>
|
|
<tr>
|
|
<th colspan="2">[QUOTAS]</th>
|
|
</tr>
|
|
<tr>
|
|
<td><option>default_quota</option> = <replaceable>-1</replaceable></td>
|
|
<td>(IntOpt) Default number of resource allowed per tenant. A negative value means unlimited.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>quota_driver</option> = <replaceable>neutron.db.quota_db.DbQuotaDriver</replaceable></td>
|
|
<td>(StrOpt) Default driver to use for quota checks</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>quota_floatingip</option> = <replaceable>50</replaceable></td>
|
|
<td>(IntOpt) Number of floating IPs allowed per tenant. A negative value means unlimited.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>quota_items</option> = <replaceable>network, subnet, port</replaceable></td>
|
|
<td>(ListOpt) Resource name(s) that are supported in quota features</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>quota_network</option> = <replaceable>10</replaceable></td>
|
|
<td>(IntOpt) Number of networks allowed per tenant. A negative value means unlimited.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>quota_network_gateway</option> = <replaceable>5</replaceable></td>
|
|
<td>(IntOpt) Number of network gateways allowed per tenant, -1 for unlimited</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>quota_packet_filter</option> = <replaceable>100</replaceable></td>
|
|
<td>(IntOpt) Number of packet_filters allowed per tenant, -1 for unlimited</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>quota_port</option> = <replaceable>50</replaceable></td>
|
|
<td>(IntOpt) Number of ports allowed per tenant. A negative value means unlimited.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>quota_router</option> = <replaceable>10</replaceable></td>
|
|
<td>(IntOpt) Number of routers allowed per tenant. A negative value means unlimited.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>quota_security_group</option> = <replaceable>10</replaceable></td>
|
|
<td>(IntOpt) Number of security groups allowed per tenant. A negative value means unlimited.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>quota_security_group_rule</option> = <replaceable>100</replaceable></td>
|
|
<td>(IntOpt) Number of security rules allowed per tenant. A negative value means unlimited.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>quota_subnet</option> = <replaceable>10</replaceable></td>
|
|
<td>(IntOpt) Number of subnets allowed per tenant, A negative value means unlimited.</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</para>
|