Fix deprecated options version
When old coordination options were deprecated [1] the wrong release version for manila Pike was used, so fix this. TrivialFix [1] I86ef7a092a3ab7fd0a90ab664b7f9f62a275901b Change-Id: I245ddd52894e37d9fd3c968e05550a2aa7fc2180
This commit is contained in:
parent
fda6de272e
commit
a9d5d8301f
@ -40,7 +40,7 @@ coordination_opts = [
|
||||
'coordination manages its heartbeat internally.',
|
||||
deprecated_for_removal=True,
|
||||
deprecated_reason='This option is no longer used.',
|
||||
deprecated_since='16.0.0'),
|
||||
deprecated_since='5.0.0'),
|
||||
cfg.FloatOpt('initial_reconnect_backoff',
|
||||
default=0.1,
|
||||
help='Initial number of seconds to wait after failed '
|
||||
@ -48,7 +48,7 @@ coordination_opts = [
|
||||
'coordination manages its heartbeat internally.',
|
||||
deprecated_for_removal=True,
|
||||
deprecated_reason='This option is no longer used.',
|
||||
deprecated_since='16.0.0'),
|
||||
deprecated_since='5.0.0'),
|
||||
cfg.FloatOpt('max_reconnect_backoff',
|
||||
default=60.0,
|
||||
help='Maximum number of seconds between sequential '
|
||||
@ -57,7 +57,7 @@ coordination_opts = [
|
||||
'internally.',
|
||||
deprecated_for_removal=True,
|
||||
deprecated_reason='This option is no longer used.',
|
||||
deprecated_since='16.0.0'),
|
||||
deprecated_since='5.0.0'),
|
||||
]
|
||||
|
||||
CONF = cfg.CONF
|
||||
|
Loading…
x
Reference in New Issue
Block a user