Skip to content

Commit e0a7dcc

Browse files
committed
Update doc to use RabbitMQ 4.1
1 parent 0c07f0d commit e0a7dcc

File tree

1 file changed

+26
-3
lines changed

1 file changed

+26
-3
lines changed

doc/source/operations/upgrading-openstack.rst

Lines changed: 26 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,19 @@ Notable changes in the |current_release| Release
3535
There are many changes in the OpenStack |current_release| release described in
3636
the release notes for each project. Here are some notable ones.
3737

38-
RabbitMQ 4.0
38+
RabbitMQ 4.1
3939
------------
4040

41-
RabbitMQ is being upgraded to 4.0 in Epoxy. Existing transient queues must be
42-
migrated on Caracal prior to upgrading.
41+
.. warning::
42+
43+
This section needs to be followed prior to upgrading to OpenStack Epoxy.
44+
45+
StackHPC Kayobe Config sets RabbitMQ 4.1 as a default for Epoxy release.
46+
Existing transient queues must be migrated to durable queues with Queue Manager.
47+
RabbitMQ 3.13 needs to be upgraded to 4.1.
48+
49+
Queue Migration
50+
~~~~~~~~~~~~~~~
4351

4452
.. warning::
4553

@@ -69,6 +77,21 @@ Then execute the migration script:
6977
7078
$KAYOBE_CONFIG_PATH/../../tools/rabbitmq-queue-migration.sh
7179
80+
RabbitMQ Upgrade
81+
~~~~~~~~~~~~~~~~
82+
83+
After queue migration is finished, upgrade RabbitMQ to 4.1 by running following command
84+
85+
.. code-block:: bash
86+
87+
kayobe kolla ansible run rabbitmq-upgrade 4.1
88+
89+
.. note::
90+
91+
Until Kolla-Ansible bug `LP#2118452 <https://bugs.launchpad.net/kolla-ansible/+bug/2118452>`__
92+
is fixed, add ``--kolla-skip-tags rabbitmq-version-check`` to avoid Kolla-Ansible incorrectly
93+
stopping RabbitMQ upgrade from 3.13 to 4.1.
94+
7295
stackhpc.linux collection
7396
-------------------------
7497

0 commit comments

Comments
 (0)