Comment 6 for bug 1825329

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to openstack-ansible-tests (stable/rocky)

Reviewed: https://review.opendev.org/656476
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-tests/commit/?id=461fada03f2b5b3d6af23842db029e6f3c520385
Submitter: Zuul
Branch: stable/rocky

commit 461fada03f2b5b3d6af23842db029e6f3c520385
Author: Christian Zunker <email address hidden>
Date: Fri May 17 13:49:18 2019 +0200

    Stop deleting-and-creating RabbitMQ account on deploy

    The `force` option creates and recreates the user which means on
    any deploy it kills *all* AMQP traffic on all agents.

    This updates it when changed every single run, which shouldn't
    kill the connectivity when we run playbooks.

    Change-Id: I1878f702022872190952604caff640bfe6c2ccc1
    Closes-Bug: 1825329