Merge "Deprecate the quota_driver config option"
This commit is contained in:
commit
b3333160ca
@ -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