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:
parent
8f5c2c0447
commit
430638888c
@ -88,7 +88,8 @@ quota_opts = [
|
||||
'passed since the last reservation'),
|
||||
cfg.StrOpt('quota_driver',
|
||||
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.
|
Loading…
x
Reference in New Issue
Block a user