Merge "neutron.conf does not have the definition of firewall quotas"

This commit is contained in:
Jenkins 2014-07-30 06:47:11 +00:00 committed by Gerrit Code Review
commit 8582b67cb3
1 changed files with 11 additions and 0 deletions

View File

@ -506,6 +506,17 @@ lock_path = $state_path/lock
# Number of floating IPs allowed per tenant. A negative value means unlimited.
# quota_floatingip = 50
# Number of firewalls allowed per tenant. A negative value means unlimited.
# quota_firewall = 1
# Number of firewall policies allowed per tenant. A negative value means
# unlimited.
# quota_firewall_policy = 1
# Number of firewall rules allowed per tenant. A negative value means
# unlimited.
# quota_firewall_rule = 100
[agent]
# Use "sudo neutron-rootwrap /etc/neutron/rootwrap.conf" to use the real
# root filter facility.