Deprecate the quota_driver config option

This starts the timer on quota_driver so we can remove or restrain it
in Ocata.

Change-Id: Ic0fd0433aa9e60d98f62f90ae8cdf544a3c860ee
This commit is contained in:
Dan Smith
2016-07-07 11:26:00 -07:00
parent 8f5c2c0447
commit 430638888c
2 changed files with 6 additions and 1 deletions

View File

@@ -88,7 +88,8 @@ quota_opts = [
'passed since the last reservation'), 'passed since the last reservation'),
cfg.StrOpt('quota_driver', cfg.StrOpt('quota_driver',
default='nova.quota.DbQuotaDriver', default='nova.quota.DbQuotaDriver',
help='Default driver to use for quota checks'), deprecated_for_removal=True,
help='DEPRECATED: Default driver to use for quota checks'),
] ]

View File

@@ -0,0 +1,4 @@
---
deprecations:
- The quota_driver configuration option is now deprecated and will be removed
in a subsequent release.