From af2dcdb148eeef621a843f4f07539f4f38850739 Mon Sep 17 00:00:00 2001 From: Matt Crees Date: Wed, 1 Mar 2023 15:53:29 +0000 Subject: [PATCH 1/2] Clarify which exchanges should remain after the forced reset of RabbitMQ --- doc/source/operations/rabbitmq.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/source/operations/rabbitmq.rst b/doc/source/operations/rabbitmq.rst index e678fbed9..dc9c3404b 100644 --- a/doc/source/operations/rabbitmq.rst +++ b/doc/source/operations/rabbitmq.rst @@ -128,6 +128,8 @@ Check to see if all OpenStack queues and exchanges have been removed from the Ra kayobe overcloud host command run --limit controllers --show-output --command 'docker exec rabbitmq rabbitmqctl list_queues name' kayobe overcloud host command run --limit controllers --show-output --command 'docker exec rabbitmq rabbitmqctl list_exchanges name' +There should be no queus listed, and the only exchanges listed should start with `amq.`. + Start the OpenStack services which use RabbitMQ. Note that this will start all matching services, even if they weren't running prior to starting this procedure. From 51017f8cdfd08c06c2b5a8ef85d1ecbfd2a29380 Mon Sep 17 00:00:00 2001 From: Matt Crees Date: Wed, 1 Mar 2023 16:02:08 +0000 Subject: [PATCH 2/2] Update doc/source/operations/rabbitmq.rst Co-authored-by: Mark Goddard --- doc/source/operations/rabbitmq.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/operations/rabbitmq.rst b/doc/source/operations/rabbitmq.rst index dc9c3404b..12fd5a789 100644 --- a/doc/source/operations/rabbitmq.rst +++ b/doc/source/operations/rabbitmq.rst @@ -128,7 +128,7 @@ Check to see if all OpenStack queues and exchanges have been removed from the Ra kayobe overcloud host command run --limit controllers --show-output --command 'docker exec rabbitmq rabbitmqctl list_queues name' kayobe overcloud host command run --limit controllers --show-output --command 'docker exec rabbitmq rabbitmqctl list_exchanges name' -There should be no queus listed, and the only exchanges listed should start with `amq.`. +There should be no queues listed, and the only exchanges listed should start with `amq.`. Start the OpenStack services which use RabbitMQ. Note that this will start all matching services, even if they weren't running prior to starting this