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
# 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