3d44dd50c6
Fixes-Bug: 1229237 Fixes-Bug: 1237662 Change-Id: I6974ea7d857b5186f39913baf43f3a8c321cc4ba
84 lines
3.7 KiB
XML
84 lines
3.7 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 quotas</caption>
|
|
<col width="50%"/>
|
|
<col width="50%"/>
|
|
<thead>
|
|
<tr>
|
|
<td>Configuration option=Default value</td>
|
|
<td>Description</td>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td>default_quota=-1</td>
|
|
<td>(IntOpt) Default number of resource allowed per tenant, minus for unlimited</td>
|
|
</tr>
|
|
<tr>
|
|
<td>max_routes=30</td>
|
|
<td>(IntOpt) Maximum number of routes</td>
|
|
</tr>
|
|
<tr>
|
|
<td>quota_driver=neutron.db.quota_db.DbQuotaDriver</td>
|
|
<td>(StrOpt) Default driver to use for quota checks</td>
|
|
</tr>
|
|
<tr>
|
|
<td>quota_firewall=1</td>
|
|
<td>(IntOpt) Number of firewalls allowed per tenant, -1 for unlimited</td>
|
|
</tr>
|
|
<tr>
|
|
<td>quota_firewall_policy=1</td>
|
|
<td>(IntOpt) Number of firewall policies allowed per tenant, -1 for unlimited</td>
|
|
</tr>
|
|
<tr>
|
|
<td>quota_firewall_rule=-1</td>
|
|
<td>(IntOpt) Number of firewall rules allowed per tenant, -1 for unlimited</td>
|
|
</tr>
|
|
<tr>
|
|
<td>quota_floatingip=50</td>
|
|
<td>(IntOpt) Number of floating IPs allowed per tenant, -1 for unlimited</td>
|
|
</tr>
|
|
<tr>
|
|
<td>quota_items=network,subnet,port</td>
|
|
<td>(ListOpt) Resource name(s) that are supported in quota features</td>
|
|
</tr>
|
|
<tr>
|
|
<td>quota_network=10</td>
|
|
<td>(IntOpt) Number of networks allowed per tenant,minus for unlimited</td>
|
|
</tr>
|
|
<tr>
|
|
<td>quota_network_gateway=5</td>
|
|
<td>(IntOpt) Number of network gateways allowed per tenant, -1 for unlimited</td>
|
|
</tr>
|
|
<tr>
|
|
<td>quota_packet_filter=100</td>
|
|
<td>(IntOpt) Number of packet_filters allowed per tenant, -1 for unlimited</td>
|
|
</tr>
|
|
<tr>
|
|
<td>quota_port=50</td>
|
|
<td>(IntOpt) Number of ports allowed per tenant, minus for unlimited</td>
|
|
</tr>
|
|
<tr>
|
|
<td>quota_router=10</td>
|
|
<td>(IntOpt) Number of routers allowed per tenant, -1 for unlimited</td>
|
|
</tr>
|
|
<tr>
|
|
<td>quota_security_group=10</td>
|
|
<td>(IntOpt) Number of security groups allowed per tenant,-1 for unlimited</td>
|
|
</tr>
|
|
<tr>
|
|
<td>quota_security_group_rule=100</td>
|
|
<td>(IntOpt) Number of security rules allowed per tenant, -1 for unlimited</td>
|
|
</tr>
|
|
<tr>
|
|
<td>quota_subnet=10</td>
|
|
<td>(IntOpt) Number of subnets allowed per tenant, minus for unlimited</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</para> |