Skip to content

Commit

Permalink
Fix the glob for the custom RabbitMQ configuration
Browse files Browse the repository at this point in the history
Followup on Id4588f4529a4522e68e22ce58711cb927fa68a9d to fix the
place of the RabbitMQ configuration and there are not only the
rabbitmq.conf and rabbitmq-env.conf but also advanced.config which
also often customized and more other files.

Change-Id: Iff0b28b770753c81ac526afd1ce6f61d77fad25c
Signed-off-by: Maksim Malchuk <maksim.malchuk@gmail.com>
(cherry picked from commit 6f59b49)
  • Loading branch information
mmalchuk authored and markgoddard committed Apr 2, 2024
1 parent a40cc18 commit 88446b3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/kolla-openstack/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ kolla_openstack_custom_config_rules_default:
- glob: "**/multipath.conf"
strategy: template
priority: 1000
- glob: "**/rabbitmq*.conf"
- glob: "rabbitmq/**/*"
strategy: template
priority: 1000
- glob: "**/*wsgi*.conf"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
fixes:
- |
Added fix for the custom RabbitMQ configuration. Fixed incorrect path and
glob, so now you can template also all other configuration files such as
``advanced.config``, ``definitions.json``, ``enabled_plugins``, and
``erl_inetrc`` together with ``rabbitmq.conf`` and ``rabbitmq-env.conf``.

0 comments on commit 88446b3

Please sign in to comment.