diff --git a/oslo_messaging/_drivers/impl_rabbit.py b/oslo_messaging/_drivers/impl_rabbit.py index 1efa5da7b..ccad606aa 100644 --- a/oslo_messaging/_drivers/impl_rabbit.py +++ b/oslo_messaging/_drivers/impl_rabbit.py @@ -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 ' diff --git a/releasenotes/notes/remove-old-quorum-opts-with-typo-5e013064fb6df062.yaml b/releasenotes/notes/remove-old-quorum-opts-with-typo-5e013064fb6df062.yaml new file mode 100644 index 000000000..75ecc1bcb --- /dev/null +++ b/releasenotes/notes/remove-old-quorum-opts-with-typo-5e013064fb6df062.yaml @@ -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``