Comment 2 for bug 1954925

Revision history for this message
Mark Goddard (mgoddard) wrote :

Workaround:

Stop all nodes in the cluster:

kolla-ansible stop -t rabbitmq

or:

docker stop rabbitmq

Start all nodes in the cluster one by one:

kolla-ansible deploy -t rabbitmq

or:

docker start rabbitmq