Comment 12 for bug 1825329

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

Reviewed: https://review.opendev.org/666230
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-tests/commit/?id=dd7d3681a505a53cf55d54a678fe9881d225a8f1
Submitter: Zuul
Branch: stable/stein

commit dd7d3681a505a53cf55d54a678fe9881d225a8f1
Author: Dmitriy Rabotjagov <email address hidden>
Date: Wed Jun 12 15:21:13 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
    (cherry picked from commit 5879ae1891049f6464b8c2a5f5990b36eed62954)