701dc20f50
As rabbitmq's configuration file is not ini or yaml file, there is no option to extend configuration by new config options via merge_configs or merge_yaml. This patch moves config options to dictionary so it can be overriden in /etc/kolla/globals.yml. Change-Id: I5cd772f4fb80a0e200fb24d67be735ca81e3fdeb
6 lines
136 B
YAML
6 lines
136 B
YAML
---
|
|
features:
|
|
- |
|
|
Adds the ability to configure rabbitmq via ``rabbitmq_extra_config``
|
|
which can be overriden in globals.yml.
|