Skip to content

Commit

Permalink
7.0.0a: use RabbitMQ quorum queues (#1213)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt authored Feb 6, 2024
1 parent 7b7607e commit 2690b5e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions doc/source/notes/7.0.0a.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,14 @@ Housekeeping
Upgrade notes
=============

* The use of RabbitMQ quorum queues is now possible and recommended. The parameter
``om_enable_rabbitmq_quorum_queues`` is added to ``environments/kolla/configuration.yml``
for this purpose.

.. code-block:: yaml
om_enable_rabbitmq_quorum_queues: yes
* The use of ProxySQL for MariaDB is now possible and it is recommended to switch
to it as part of the upgrade. The parameter ``enable_proxysql`` is added to
``environments/kolla/configuration.yml`` for this purpose.
Expand Down

0 comments on commit 2690b5e

Please sign in to comment.