Merge "Remove quorum options with typo"

This commit is contained in:
Zuul
2025-05-05 14:57:40 +00:00
committed by Gerrit Code Review
2 changed files with 8 additions and 2 deletions

View File

@ -195,7 +195,6 @@ rabbit_opts = [
'Used only when rabbit_quorum_queue is enabled, '
'Default 0 which means dont set a limit.'),
cfg.IntOpt('rabbit_quorum_max_memory_length',
deprecated_name='rabbit_quroum_max_memory_length',
default=0,
help='By default all messages are maintained in memory '
'if a quorum queue grows in length it can put memory '
@ -204,7 +203,6 @@ rabbit_opts = [
'Used only when rabbit_quorum_queue is enabled, '
'Default 0 which means dont set a limit.'),
cfg.IntOpt('rabbit_quorum_max_memory_bytes',
deprecated_name='rabbit_quroum_max_memory_bytes',
default=0,
help='By default all messages are maintained in memory '
'if a quorum queue grows in length it can put memory '

View File

@ -0,0 +1,8 @@
---
upgrade:
- |
The following options in ``[oslo_messaging_rabbit]`` secion have been
removed.
- ``rabbit_quroum_max_memory_length``
- ``rabbit_quroum_max_memory_bytes``