Comment 16 for bug 1466982

Revision history for this message
Christopher H. Laco (claco) wrote :

Sounds like Ian was able to test the patches in up to date environments. In the old lab we have access to atm, it's a tad older, and complaint about "ERROR: rabbitmq_user is not a legal parameter in an Ansible Playbook" even though the patch applied cleanly. I put that square on an old install.

Aside, we have a manual mitigation until things are solid if we need it (and thank you rabbitmqctl for crap exit codes):

ansible rabbit[0] -m shell --args="/usr/sbin/rabbitmqctl -q -n rabbit delete_user guest; true"

We tested this with a login test before and after.