Merge "Deprecates hash_distribution_replicas config option"

This commit is contained in:
Zuul 2019-03-15 08:38:15 +00:00 committed by Gerrit Code Review
commit f5a983e04e
2 changed files with 7 additions and 1 deletions

View File

@ -190,7 +190,8 @@ hash_opts = [
'Setting this to more than one will cause additional '
'conductor services to prepare deployment environments '
'and potentially allow the Ironic cluster to recover '
'more quickly if a conductor instance is terminated.')),
'more quickly if a conductor instance is terminated.'),
deprecated_for_removal=True),
cfg.IntOpt('hash_ring_reset_interval',
default=15,
help=_('Time (in seconds) after which the hash ring is '

View File

@ -0,0 +1,5 @@
---
deprecations:
- |
The "hash_distribution_replicas" configuration option is now deprecated.
If specified in the config file, a warning is logged.