Merge "Remove quorum options with typo"
This commit is contained in:
@ -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 '
|
||||
|
@ -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``
|
Reference in New Issue
Block a user