From eb6a41743cc2de3adc5d6278dd556f203ccea74c Mon Sep 17 00:00:00 2001 From: gong yong sheng Date: Thu, 8 Oct 2015 17:59:37 +0800 Subject: [PATCH] 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 --- etc/neutron.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/etc/neutron.conf b/etc/neutron.conf index 14eb8b2374d..c0944481556 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