Skip to content

Commit c9708d6

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

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

doc/source/operations/upgrading-openstack.rst

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ 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
41+
RabbitMQ is being upgraded to 4.1 in Epoxy. Existing transient queues must be
4242
migrated on Caracal prior to upgrading.
4343

4444
.. warning::
@@ -69,6 +69,18 @@ Then execute the migration script:
6969
7070
$KAYOBE_CONFIG_PATH/../../tools/rabbitmq-queue-migration.sh
7171
72+
After queue migration is finished, upgrade RabbitMQ to 4.1 by running following command
73+
74+
.. code-block:: bash
75+
76+
kayobe kolla ansible run rabbitmq-upgrade 4.1
77+
78+
.. note::
79+
80+
Until Kolla-Ansible bug `LP#2118452 <https://bugs.launchpad.net/kolla-ansible/+bug/2118452>`__
81+
is fixed, add ``--kolla-skip-tags rabbitmq-version-check`` to avoid Kolla-Ansible incorrectly
82+
stopping RabbitMQ upgrade from 3.13 to 4.1.
83+
7284
stackhpc.linux collection
7385
-------------------------
7486

0 commit comments

Comments
 (0)