openstack-manuals/doc/common/tables/neutron-quotas.xml
Atsushi SAKAI 71bf779f1c Update Config reference for neutron
Edit section_network-plugins.xml
       section_network-plugins-ml2.xml
  Stay removed mlnx (mellanox)

  Unchanged because of trouble
       networking-ibm (SDN-VE)
       octavia

  Cannot include because of trouble
       networking-infoblox
       networking-zvm

  Consider neutron plugin addition (#1503967)

Change-Id: I41272af4ec46c7e7c1c3ce7d6e03c6a40fb0cb25
Partial-Bug: #1407581
Related-Bug: #1503967
2015-10-13 19:36:54 +09:00

126 lines
5.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 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.driver.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_rbac_entry</option> = <replaceable>10</replaceable></td>
<td>(IntOpt) Default number of RBAC entries 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>
<tr>
<td><option>track_quota_usage</option> = <replaceable>True</replaceable></td>
<td>(BoolOpt) Keep in track in the database of current resourcequota usage. Plugins which do not leverage the neutron database should set this flag to False</td>
</tr>
</tbody>
</table>
</para>