This repository has been archived by the owner on Feb 29, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Currently the rabbitmq container image ships the default rabbitmq ini-based conf file: $ podman run -it --net=host --rm -uroot undercloud-0.ctlplane.bgp.ftw:8787/tripleomaster/openstack-rabbitmq:current-tripleo sh -c 'ls -l /etc/rabbitmq/' -rw-r--r--. 1 rabbitmq rabbitmq 32393 Mar 9 2020 rabbitmq.conf $ podman run -it --net=host --rm -uroot undercloud-0.ctlplane.bgp.ftw:8787/tripleomaster/openstack-rabbitmq:current-tripleo sh -c 'head -n5 /etc/rabbitmq/rabbitmq.conf' # ====================================== # RabbitMQ broker section # ====================================== ## Related doc guide: https://rabbitmq.com/configure.html. See In puppet we instead create /etc/rabbitmq/rabbitmq.config and it still uses the erlang syntax. See voxpupuli/puppet-rabbitmq#829 for info. Even though /etc/rabbitmq/rabbitmq.config and its erlang syntax take precedence over /etc/rabbitmq/rabbitmq.conf, we should prolly remove the non used config format from the container Closes-Bug: #1943731 Change-Id: I2b17c3bc930f5964e19c261db65f79593173fb95 (cherry picked from commit 049f9a9)
- Loading branch information