openstack-manuals/doc/common/tables/neutron-quotas.xml
Gauvain Pocentek db162cf2b1 [config-ref] Update neutron options
New tables have been included in the config ref and existing *aas
options have been moved to the same file for consistency.

Change-Id: I7836b7d1358ada1b1392a96581a92551df4cf7b3
Closes-Bug: #1460851
Closes-Bug: #1439648
Partial-Bug: #1452738
Closes-Bug: #1455237
Closes-Bug: #1469932
Closes-Bug: #1470371
2015-07-24 09:13:50 +02:00

118 lines
5.4 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_firewall</option> = <replaceable>1</replaceable></td>
<td>(IntOpt) Number of firewalls allowed per tenant. A negative value means unlimited.</td>
</tr>
<tr>
<td><option>quota_firewall_policy</option> = <replaceable>1</replaceable></td>
<td>(IntOpt) Number of firewall policies allowed per tenant. A negative value means unlimited.</td>
</tr>
<tr>
<td><option>quota_firewall_rule</option> = <replaceable>100</replaceable></td>
<td>(IntOpt) Number of firewall rules allowed per tenant. A negative value means unlimited.</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_health_monitor</option> = <replaceable>-1</replaceable></td>
<td>(IntOpt) Number of health monitors allowed per tenant. A negative value means unlimited.</td>
</tr>
<tr>
<td><option>quota_healthmonitor</option> = <replaceable>-1</replaceable></td>
<td>(IntOpt) Number of health monitors 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. This option is now deprecated for removal.</td>
</tr>
<tr>
<td><option>quota_listener</option> = <replaceable>-1</replaceable></td>
<td>(IntOpt) Number of Loadbalancer Listeners allowed per tenant. A negative value means unlimited.</td>
</tr>
<tr>
<td><option>quota_loadbalancer</option> = <replaceable>10</replaceable></td>
<td>(IntOpt) Number of LoadBalancers allowed per tenant. A negative value means unlimited.</td>
</tr>
<tr>
<td><option>quota_member</option> = <replaceable>-1</replaceable></td>
<td>(IntOpt) Number of pool members allowed per tenant. A negative value means unlimited.</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_pool</option> = <replaceable>10</replaceable></td>
<td>(IntOpt) Number of pools allowed per tenant. A negative value means 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>
<tr>
<td><option>quota_vip</option> = <replaceable>10</replaceable></td>
<td>(IntOpt) Number of vips allowed per tenant. A negative value means unlimited.</td>
</tr>
</tbody>
</table>
</para>