]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
neutron.conf does not have the definition of firewall quotas
authorLiping Mao <limao@cisco.com>
Mon, 28 Jul 2014 09:24:32 +0000 (17:24 +0800)
committerLiping Mao <limao@cisco.com>
Tue, 29 Jul 2014 13:57:21 +0000 (21:57 +0800)
We have the definition of quotas for firewall/policy/role
in code, but we do not have them in neutron.conf.

Change-Id: I23ae4f5c00ccc62dd9f97c77011da4ce0bbf983e
Closes-Bug: #1349318

etc/neutron.conf

index d0ab46d48fe2ed6bc7acc322d2a374b4f6f07b7f..eadcf5e1f93cebe2d26bd52902d71d1c6dbad777 100644 (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.