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 @@ -126,18 +126,19 @@ different type, the follow procedure will be needed.
126
126
release, following procedure is required to be carried out before any
127
127
upgrade to Epoxy.
128
128
129
- 1. Stop all OpenStack services which use RabbitMQ, so that they will not
130
- attempt to recreate any queues yet .
129
+ 1. Generate the new config for all services. After this, make sure not to
130
+ restart any containers until after the RabbitMQ state has been reset .
131
131
132
132
.. code-block :: console
133
133
134
- kolla-ansible stop --tags <service-tags>
134
+ kolla-ansible genconfig
135
135
136
- 2. Generate the new config for all services.
136
+ 2. Stop all OpenStack services which use RabbitMQ, so that they will not
137
+ attempt to recreate any queues yet.
137
138
138
139
.. code-block :: console
139
140
140
- kolla-ansible genconfig
141
+ kolla-ansible stop --tags <service-tags>
141
142
142
143
3. Reconfigure RabbitMQ if you were previously using
143
144
``om_enable_rabbitmq_high_availability ``.
You can’t perform that action at this time.
0 commit comments