Use the following options in the
neutron.conf file for the quota system.
| Configuration option=Default value | Description |
| default_quota=-1 | (IntOpt) Default number of resource allowed per tenant, minus for unlimited |
| max_routes=30 | (IntOpt) Maximum number of routes |
| quota_driver=neutron.db.quota_db.DbQuotaDriver | (StrOpt) Default driver to use for quota checks |
| quota_firewall=1 | (IntOpt) Number of firewalls allowed per tenant, -1 for unlimited |
| quota_firewall_policy=1 | (IntOpt) Number of firewall policies allowed per tenant, -1 for unlimited |
| quota_firewall_rule=-1 | (IntOpt) Number of firewall rules allowed per tenant, -1 for unlimited |
| quota_floatingip=50 | (IntOpt) Number of floating IPs allowed per tenant, -1 for unlimited |
| quota_items=network,subnet,port | (ListOpt) Resource name(s) that are supported in quota features |
| quota_network=10 | (IntOpt) Number of networks allowed per tenant,minus for unlimited |
| quota_network_gateway=5 | (IntOpt) Number of network gateways allowed per tenant, -1 for unlimited |
| quota_packet_filter=100 | (IntOpt) Number of packet_filters allowed per tenant, -1 for unlimited |
| quota_port=50 | (IntOpt) Number of ports allowed per tenant, minus for unlimited |
| quota_router=10 | (IntOpt) Number of routers allowed per tenant, -1 for unlimited |
| quota_security_group=10 | (IntOpt) Number of security groups allowed per tenant,-1 for unlimited |
| quota_security_group_rule=100 | (IntOpt) Number of security rules allowed per tenant, -1 for unlimited |
| quota_subnet=10 | (IntOpt) Number of subnets allowed per tenant, minus for unlimited |

