Merge "Cleanup deprecated [swift]max_retries"
This commit is contained in:
commit
2386ca4763
@ -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 '
|
||||
|
@ -0,0 +1,4 @@
|
||||
---
|
||||
deprecations:
|
||||
- |
|
||||
The deprecated ``[swift]max_retries`` parameter has been removed.
|
Loading…
Reference in New Issue
Block a user