Merge "Cleanup deprecated [swift]max_retries"

This commit is contained in:
Zuul 2020-05-10 14:24:24 +00:00 committed by Gerrit Code Review
commit 2386ca4763
2 changed files with 4 additions and 3 deletions

View File

@ -22,9 +22,6 @@ SERVICE_TYPE = 'object-store'
_OPTS = [
cfg.IntOpt('max_retries',
help=_('This option is deprecated and has no effect.'),
deprecated_for_removal=True),
cfg.IntOpt('delete_after',
default=0,
help=_('Number of seconds that the Swift object will last '

View File

@ -0,0 +1,4 @@
---
deprecations:
- |
The deprecated ``[swift]max_retries`` parameter has been removed.