Added queue_master_locator setting to cuttlefish schema

This commit is contained in:
Daniil Fedotov 2016-03-17 12:31:11 +00:00
parent a0f01adceb
commit 06d9f014bd
1 changed files with 9 additions and 0 deletions

View File

@ -778,6 +778,15 @@ end}.
{mapping, "cluster_keepalive_interval", "rabbit.cluster_keepalive_interval",
[{datatype, integer}]}.
{mapping, "queue_master_locator", "rabbit.queue_master_locator",
[{datatype, string}]}.
{translation, "rabbit.queue_master_locator",
fun(Conf) ->
list_to_binary(cuttlefish:conf_get("queue_master_locator", Conf))
end}.
%%
%% Statistics Collection
%% =====================