
Include the new tables in the documentation. Fix the cinder-prophetstor_dpl.xml filename and the xiv category. Manually fix those files for niceness test: - glance-logging.xml (lines 34, 38), fixed in oslo-incubator - trove-logging.xml (lines 26, 30), fixed in oslo-incubator - neutron-openvswitch_agent.xml (line 45), to be fixed in neutron Closes-Bug: #1340858 Closes-Bug: #1344231 Closes-Bug: #1345956 Closes-Bug: #1346711 Closes-Bug: #1347978 Partial-Bug: #1348329 Closes-Bug: #1352074 Partial-Bug: #1353417 Closes-Bug: #1354622 Closes-Bug: #1339754 Closes-Bug: #1358598 Closes-Bug: #1358259 Closes-Bug: #1357865 Partial-Bug: #1357457 Closes-Bug: #1357421 Change-Id: Id2da7d7762ca954bd552dbf89a9ff28b144efb68
106 lines
3.8 KiB
XML
106 lines
3.8 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 configuration options for quotas</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>max_routes = 30</td>
|
|
<td>(IntOpt) Maximum number of routes</td>
|
|
</tr>
|
|
<tr>
|
|
<th colspan="2">[QUOTAS]</th>
|
|
</tr>
|
|
<tr>
|
|
<td>default_quota = -1</td>
|
|
<td>(IntOpt) Default number of resource allowed per tenant. A negative value means unlimited.</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. A negative value means unlimited.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>quota_firewall_policy = 1</td>
|
|
<td>(IntOpt) Number of firewall policies allowed per tenant. A negative value means unlimited.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>quota_firewall_rule = 100</td>
|
|
<td>(IntOpt) Number of firewall rules allowed per tenant. A negative value means unlimited.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>quota_floatingip = 50</td>
|
|
<td>(IntOpt) Number of floating IPs allowed per tenant. A negative value means unlimited.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>quota_health_monitor = -1</td>
|
|
<td>(IntOpt) Number of health monitors allowed per tenant. A negative value means 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_member = -1</td>
|
|
<td>(IntOpt) Number of pool members allowed per tenant. A negative value means unlimited.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>quota_network = 10</td>
|
|
<td>(IntOpt) Number of networks allowed per tenant.A negative value means 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_pool = 10</td>
|
|
<td>(IntOpt) Number of pools allowed per tenant. A negative value means unlimited.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>quota_port = 50</td>
|
|
<td>(IntOpt) Number of ports allowed per tenant. A negative value means unlimited.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>quota_router = 10</td>
|
|
<td>(IntOpt) Number of routers allowed per tenant. A negative value means unlimited.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>quota_security_group = 10</td>
|
|
<td>(IntOpt) Number of security groups allowed per tenant. A negative value means unlimited.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>quota_security_group_rule = 100</td>
|
|
<td>(IntOpt) Number of security rules allowed per tenant. A negative value means unlimited.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>quota_subnet = 10</td>
|
|
<td>(IntOpt) Number of subnets allowed per tenant, A negative value means unlimited.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>quota_vip = 10</td>
|
|
<td>(IntOpt) Number of vips allowed per tenant. A negative value means unlimited.</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</para>
|