From 8417c62d2a9531cf3a0930240e42eefa919e44b3 Mon Sep 17 00:00:00 2001 From: Liping Mao Date: Mon, 28 Jul 2014 17:24:32 +0800 Subject: [PATCH] neutron.conf does not have the definition of firewall quotas 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 | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/etc/neutron.conf b/etc/neutron.conf index d0ab46d48..eadcf5e1f 100644 --- a/etc/neutron.conf +++ b/etc/neutron.conf @@ -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. -- 2.45.2