Comment 11 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/664406
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-tests/commit/?id=c53c8de63f6e9c8e94c5dc58a16d79bd03da9cae
Submitter: Zuul
Branch: stable/rocky

commit c53c8de63f6e9c8e94c5dc58a16d79bd03da9cae
Author: Dmitriy Rabotjagov <email address hidden>
Date: Mon Jun 10 20:28:29 2019 +0300

    Stop deleting-and-creating RabbitMQ account

    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: I5c2478b41d49dd3e4392c1800ad6a7e7c1494152
    Closes-Bug: 1825329