
This is new RabbitMQ container with support for HA. It's next step for provide HA support in Kolla project. RabbitMQ is supporting now active/active model and It's ready for active/passive model. Change-Id: I2eb6c65f6268ee96d377e72cf880a01c8042559e Implements: blueprint rabbitmq-ha
13 lines
176 B
Plaintext
13 lines
176 B
Plaintext
[
|
|
{rabbit, [
|
|
@RABBITMQ_CLUSTER_CONFIGURATION@
|
|
{default_user, <<"@RABBITMQ_USER@">>},
|
|
{default_pass, <<"@RABBITMQ_PASS@">>}
|
|
]},
|
|
{kernel, [
|
|
|
|
]}
|
|
].
|
|
% EOF
|
|
|