]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Add missing security group quota settings to quantum.conf
authorAaron Rosen <arosen@nicira.com>
Wed, 3 Apr 2013 21:15:24 +0000 (14:15 -0700)
committerAaron Rosen <arosen@nicira.com>
Wed, 3 Apr 2013 21:16:29 +0000 (14:16 -0700)
Fixes bug 1164154

Change-Id: I32d1952fcc11559cc01c0dbde11de558b2a0b1fb

etc/quantum.conf

index e5386676816f82859bce781c92bd6f9ac0d74ff4..095d1e9d4a25648fbcc562cf05a70e3838759c53 100644 (file)
@@ -274,6 +274,12 @@ notification_topics = notifications
 # number of ports allowed per tenant, and minus means unlimited
 # quota_port = 50
 
+# number of security groups allowed per tenant, and minus means unlimited
+# quota_security_group = 10
+
+# number of security group rules allowed per tenant, and minus means unlimited
+# quota_security_group_rule = 100
+
 # default driver to use for quota checks
 # quota_driver = quantum.quota.ConfDriver