Comment 7 for bug 1513668

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

Reviewed: https://review.openstack.org/243226
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible/commit/?id=24b7ea2b584776acee1426edbad2731a511aa85c
Submitter: Jenkins
Branch: liberty

commit 24b7ea2b584776acee1426edbad2731a511aa85c
Author: Major Hayden <email address hidden>
Date: Fri Nov 6 12:38:41 2015 -0600

    Fixing /etc/rabbitmq permission bug

    A change from the "Remove dir_mode from rabbit key distribution" commit caused
    a bug where non-primary RabbitMQ containers would keep /etc/rabbitmq
    permissions set to 0750 (the default is 0755). This prevented the plugins
    file from being read and it broke queue mirroring.

    This patch ensures that the default permission of 0755 is set on RabbitMQ
    and should prevent problems with future upgrades.

    Closes-bug: 1513668

    Change-Id: I62d6b09dad0eef0d9543442bb727f6c946d8738e
    (cherry picked from commit 5862d0e894429929062119016517bddb88fb17a1)