From: gong yong sheng Date: Thu, 8 Oct 2015 09:59:37 +0000 (+0800) Subject: Add track_quota_usage conf into neutron.conf X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=eb6a41743cc2de3adc5d6278dd556f203ccea74c;p=openstack-build%2Fneutron-build.git Add track_quota_usage conf into neutron.conf 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 --- diff --git a/etc/neutron.conf b/etc/neutron.conf index 14eb8b237..c09444815 100644 --- a/etc/neutron.conf +++ b/etc/neutron.conf @@ -609,6 +609,11 @@ # 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