Allow ha_mode to be set.

This allows the cluster_partition_handling to be set for the rabbitmq.config. It will default to 'pause_minority'.

Closes-Bug: #1333807

Change-Id: Ic766731843c959abd4b527ced25c485d582923e9
This commit is contained in:
Endre Karlson 2014-06-24 19:00:28 +02:00 committed by Kiall Mac Innes
parent c0d7f84d37
commit 5f8e75a84e
1 changed files with 4 additions and 1 deletions

View File

@ -14,5 +14,8 @@
,{{#rabbit.keepalive_disabled}}{keepalive, false}{{/rabbit.keepalive_disabled}}{{^rabbit.keepalive_disabled}}{keepalive, true}{{/rabbit.keepalive_disabled}}
]}
]
}
},
{rabbit, [
{cluster_partition_handling, {{#rabbit.cluster_partition_handling}}{{rabbit.cluster_partition_handling}}{{/rabbit.cluster_partition_handling}}{{^rabbit.cluster_partition_handling}}pause_minority{{/rabbit.cluster_partition_handling}} }
]}
].