From a6bb8f2916dfd79bc5ad1daee851ce0c3b42dca7 Mon Sep 17 00:00:00 2001 From: Aaron Rosen Date: Wed, 3 Apr 2013 14:15:24 -0700 Subject: [PATCH] Add missing security group quota settings to quantum.conf Fixes bug 1164154 Change-Id: I32d1952fcc11559cc01c0dbde11de558b2a0b1fb --- etc/quantum.conf | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 2.45.2