KATO Tomoyuki 214bc4f82a [config-ref] update neutron config options for Newton
Change-Id: I2552814591b19237284a943a985854bdc3b5f40c
2016-10-01 14:26:48 +09:00

63 lines
3.2 KiB
ReStructuredText

..
Warning: Do not edit this file. It is automatically generated from the
software project's code and your changes will be overwritten.
The tool to generate this file lives in openstack-doc-tools repository.
Please make any changes needed in the code, then run the
autogenerate-config-doc tool from the openstack-doc-tools repository, or
ask for help on the documentation mailing list, IRC channel or meeting.
.. _neutron-quotas:
.. list-table:: Description of quotas configuration options
:header-rows: 1
:class: config-ref-table
* - Configuration option = Default value
- Description
* - **[DEFAULT]**
-
* - ``max_routes`` = ``30``
- (Integer) Maximum number of routes per router
* - **[QUOTAS]**
-
* - ``default_quota`` = ``-1``
- (Integer) Default number of resource allowed per tenant. A negative value means unlimited.
* - ``quota_driver`` = ``neutron.db.quota.driver.DbQuotaDriver``
- (String) Default driver to use for quota checks.
* - ``quota_firewall`` = ``10``
- (Integer) Number of firewalls allowed per tenant. A negative value means unlimited.
* - ``quota_firewall_policy`` = ``10``
- (Integer) Number of firewall policies allowed per tenant. A negative value means unlimited.
* - ``quota_firewall_rule`` = ``100``
- (Integer) Number of firewall rules allowed per tenant. A negative value means unlimited.
* - ``quota_floatingip`` = ``50``
- (Integer) Number of floating IPs allowed per tenant. A negative value means unlimited.
* - ``quota_healthmonitor`` = ``-1``
- (Integer) Number of health monitors allowed per tenant. A negative value means unlimited.
* - ``quota_listener`` = ``-1``
- (Integer) Number of Loadbalancer Listeners allowed per tenant. A negative value means unlimited.
* - ``quota_loadbalancer`` = ``10``
- (Integer) Number of LoadBalancers allowed per tenant. A negative value means unlimited.
* - ``quota_member`` = ``-1``
- (Integer) Number of pool members allowed per tenant. A negative value means unlimited.
* - ``quota_network`` = ``10``
- (Integer) Number of networks allowed per tenant. A negative value means unlimited.
* - ``quota_pool`` = ``10``
- (Integer) Number of pools allowed per tenant. A negative value means unlimited.
* - ``quota_port`` = ``50``
- (Integer) Number of ports allowed per tenant. A negative value means unlimited.
* - ``quota_rbac_policy`` = ``10``
- (Integer) Default number of RBAC entries allowed per tenant. A negative value means unlimited.
* - ``quota_router`` = ``10``
- (Integer) Number of routers allowed per tenant. A negative value means unlimited.
* - ``quota_security_group`` = ``10``
- (Integer) Number of security groups allowed per tenant. A negative value means unlimited.
* - ``quota_security_group_rule`` = ``100``
- (Integer) Number of security rules allowed per tenant. A negative value means unlimited.
* - ``quota_subnet`` = ``10``
- (Integer) Number of subnets allowed per tenant, A negative value means unlimited.
* - ``track_quota_usage`` = ``True``
- (Boolean) Keep in track in the database of current resource quota usage. Plugins which do not leverage the neutron database should set this flag to False.