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 3187b91c8f)
This commit is contained in:
Christoph Albers 2019-04-02 15:50:25 +02:00
parent e15aa2fe32
commit 5672a73652
1 changed files with 1 additions and 0 deletions

View File

@ -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