Cleanup deprecated [swift]max_retries
Change-Id: I5892ce11ce9ebd6eae513da492eaef9a5e7db694
This commit is contained in:
parent
bafc4541d6
commit
84c47d9a5a
@ -22,9 +22,6 @@ SERVICE_TYPE = 'object-store'
|
|||||||
|
|
||||||
|
|
||||||
_OPTS = [
|
_OPTS = [
|
||||||
cfg.IntOpt('max_retries',
|
|
||||||
help=_('This option is deprecated and has no effect.'),
|
|
||||||
deprecated_for_removal=True),
|
|
||||||
cfg.IntOpt('delete_after',
|
cfg.IntOpt('delete_after',
|
||||||
default=0,
|
default=0,
|
||||||
help=_('Number of seconds that the Swift object will last '
|
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