File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
doc/source/reference/message-queues Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -134,18 +134,19 @@ additional steps needed to migrate from transient to durable queues.
134
134
Bobcat release. This means that you will also need to perform this migration
135
135
before a SLURP upgrade to Caracal.
136
136
137
- 1. Stop all OpenStack services which use RabbitMQ, so that they will not
138
- attempt to recreate any queues yet .
137
+ 1. Generate the new config for all services. After this, make sure not to
138
+ restart any containers until after the RabbitMQ state has been reset .
139
139
140
140
.. code-block :: console
141
141
142
- kolla-ansible stop --tags <service-tags>
142
+ kolla-ansible genconfig
143
143
144
- 2. Generate the new config for all services.
144
+ 2. Stop all OpenStack services which use RabbitMQ, so that they will not
145
+ attempt to recreate any queues yet.
145
146
146
147
.. code-block :: console
147
148
148
- kolla-ansible genconfig
149
+ kolla-ansible stop --tags <service-tags>
149
150
150
151
3. Reconfigure RabbitMQ if you are using
151
152
``om_enable_rabbitmq_high_availability ``.
You can’t perform that action at this time.
0 commit comments