Add missing security group quota settings to quantum.conf
Fixes bug 1164154 Change-Id: I32d1952fcc11559cc01c0dbde11de558b2a0b1fb
This commit is contained in:
parent
bea61bf94e
commit
a6bb8f2916
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user