]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Add track_quota_usage conf into neutron.conf
authorgong yong sheng <gong.yongsheng@99cloud.net>
Thu, 8 Oct 2015 09:59:37 +0000 (17:59 +0800)
committergong yong sheng <gong.yongsheng@99cloud.net>
Fri, 9 Oct 2015 03:49:26 +0000 (11:49 +0800)
track_quota_usage is missing in neutron configuration files. This
patch adds it into neutron.conf so that deployers know it.

Closes-bug: #1504370
DocImpact

Change-Id: Ibaff5ac60cd69958eb981d2058d946cc88f799f1

etc/neutron.conf

index 14eb8b2374dc390e148aa7d0211a312c1e2dc642..c094448155609cbb039a727b93271e76108a557e 100644 (file)
 # Default driver to use for quota checks
 # quota_driver = neutron.db.quota.driver.DbQuotaDriver
 
+# Keep in track in the database of current resource
+# quota usage. Plugins which do not leverage the
+# neutron database should set this flag to False
+# track_quota_usage = True
+
 # Resource name(s) that are supported in quota features
 # This option is deprecated for removal in the M release, please refrain from using it
 # quota_items = network,subnet,port