Cleanup deprecated [swift]max_retries

Change-Id: I5892ce11ce9ebd6eae513da492eaef9a5e7db694
This commit is contained in:
Takashi Kajinami
2020-05-01 19:13:09 +09:00
parent bafc4541d6
commit 84c47d9a5a
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 '