Merge "Deprecate the quota_driver config option"

This commit is contained in:
Jenkins 2016-07-09 19:09:11 +00:00 committed by Gerrit Code Review
commit b3333160ca
2 changed files with 6 additions and 1 deletions

View File

@ -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'),
]

View File

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