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:
@@ -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'),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
deprecations:
|
||||||
|
- The quota_driver configuration option is now deprecated and will be removed
|
||||||
|
in a subsequent release.
|
||||||
Reference in New Issue
Block a user