File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -35,10 +35,10 @@ Notable changes in the |current_release| Release
35
35
There are many changes in the OpenStack |current_release | release described in
36
36
the release notes for each project. Here are some notable ones.
37
37
38
- RabbitMQ 4.0
38
+ RabbitMQ 4.1
39
39
------------
40
40
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
42
42
migrated on Caracal prior to upgrading.
43
43
44
44
.. warning ::
@@ -69,6 +69,12 @@ Then execute the migration script:
69
69
70
70
$KAYOBE_CONFIG_PATH /../../tools/rabbitmq-queue-migration.sh
71
71
72
+ After queue migration is finished, upgrade RabbitMQ to 4.1 by running followin command
73
+
74
+ .. code-block :: bash
75
+
76
+ kayobe kolla ansible run rabbitmq-upgrade 4.1
77
+
72
78
stackhpc.linux collection
73
79
-------------------------
74
80
You can’t perform that action at this time.
0 commit comments