From: Aaron Rosen Date: Wed, 3 Apr 2013 21:15:24 +0000 (-0700) Subject: Add missing security group quota settings to quantum.conf X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=a6bb8f2916dfd79bc5ad1daee851ce0c3b42dca7;p=openstack-build%2Fneutron-build.git Add missing security group quota settings to quantum.conf Fixes bug 1164154 Change-Id: I32d1952fcc11559cc01c0dbde11de558b2a0b1fb --- diff --git a/etc/quantum.conf b/etc/quantum.conf index e53866768..095d1e9d4 100644 --- a/etc/quantum.conf +++ b/etc/quantum.conf @@ -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