Comment 42 for bug 1466982

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to os-ansible-deployment (kilo)

Reviewed: https://review.openstack.org/198786
Committed: https://git.openstack.org/cgit/stackforge/os-ansible-deployment/commit/?id=7dee99f3941ff7e3326858742c0944b5caa07b70
Submitter: Jenkins
Branch: kilo

commit 7dee99f3941ff7e3326858742c0944b5caa07b70
Author: kevin <email address hidden>
Date: Mon Jul 6 10:57:24 2015 -0500

    Fixes RabbitMQ guest user creation

    This change removes the "guest" user. This patch fixes an issues
    where the guest user was not being cared by default which could
    leave a deployment vulnerable to should someone gain access to the
    internal network that the messaging system runs within. To fix this
    issue the guest user is simply being removed as its not needed by the
    rest of the stack.

    Closes-Bug: #1466982
    Change-Id: I81f9295daf7923b828ad884b6707bb3f74b0684a
    (cherry picked from commit 980938ab011ae773cd0e732f47b2d52d0afdcd9f)