File tree Expand file tree Collapse file tree 1 file changed +21
-3
lines changed Expand file tree Collapse file tree 1 file changed +21
-3
lines changed Original file line number Diff line number Diff line change @@ -35,11 +35,14 @@ Notable changes in the |current_release| Release
3535There are many changes in the OpenStack |current_release | release described in
3636the 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+ StackHPC Kayobe Config sets RabbitMQ 4.1 as the default for the Epoxy release.
42+ Existing transient queues must be migrated to durable queues with Queue Manager before upgrading to RabbitMQ 4.1.
43+
44+ Queue Migration
45+ ~~~~~~~~~~~~~~~
4346
4447.. warning ::
4548
@@ -69,6 +72,21 @@ Then execute the migration script:
6972
7073 $KAYOBE_CONFIG_PATH /../../tools/rabbitmq-queue-migration.sh
7174
75+ RabbitMQ Upgrade
76+ ~~~~~~~~~~~~~~~~
77+
78+ After queue migration is finished, upgrade RabbitMQ to 4.1 by running the following command
79+
80+ .. code-block :: bash
81+
82+ kayobe kolla ansible run rabbitmq-upgrade 4.1
83+
84+ .. note ::
85+
86+ Until Kolla-Ansible bug `LP#2118452 <https://bugs.launchpad.net/kolla-ansible/+bug/2118452 >`__
87+ is fixed, add ``--kolla-skip-tags rabbitmq-version-check `` to avoid Kolla-Ansible incorrectly
88+ stopping RabbitMQ upgrade from 3.13 to 4.1.
89+
7290stackhpc.linux collection
7391-------------------------
7492
You can’t perform that action at this time.
0 commit comments