From 5672a736523645b9c1c4ffb6ed79265cac5dfea1 Mon Sep 17 00:00:00 2001 From: Christoph Albers Date: Tue, 2 Apr 2019 15:50:25 +0200 Subject: [PATCH] fix rabbitmq config - since we are using distro_packages for rabbitmq the default rabbitmq config name is broken overriding this attribute fixes this Change-Id: Ia732d5ac4c64eab2126bbc385998585c96ff23d9 (cherry picked from commit 3187b91c8f9228662b24ed9de0a6780d004b251b) --- attributes/default.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/attributes/default.rb b/attributes/default.rb index 94fd96a..201717b 100644 --- a/attributes/default.rb +++ b/attributes/default.rb @@ -28,6 +28,7 @@ default['openstack']['mq']['search_for_cluster_disk_nodes'] = true if platform_family?('debian', 'suse') override['rabbitmq']['use_distro_version'] = true + normal['rabbitmq']['config'] = '/etc/rabbitmq/rabbitmq.config' end # Enable the rabbitmq management plugin by default