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
This commit is contained in:
gong yong sheng 2015-10-08 17:59:37 +08:00
parent 7aed40f891
commit eb6a41743c
1 changed files with 5 additions and 0 deletions

View File

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