diff options
Diffstat (limited to 'schema/rabbitmq.config.schema')
| -rw-r--r-- | schema/rabbitmq.config.schema | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/schema/rabbitmq.config.schema b/schema/rabbitmq.config.schema index 95d0bf3fb2..5c3e0c030b 100644 --- a/schema/rabbitmq.config.schema +++ b/schema/rabbitmq.config.schema @@ -632,7 +632,7 @@ end}. {translation, "rabbit.cluster_partition_handling", fun(Conf) -> - case cuttlefish:get_value("cluster_partition_handling", Conf) of + case cuttlefish:conf_get("cluster_partition_handling", Conf) of pause_if_all_down -> PauseIfAllDownNodes = cuttlefish_variable:filter_by_prefix( "cluster_partition_handling.pause_if_all_down.node", @@ -642,7 +642,7 @@ fun(Conf) -> cuttlefish:invalid("Nodes required for pause_if_all_down"); _ -> Nodes = [ V || {K,V} <- PauseIfAllDownNodes ], - PauseIfAllDownRecover = cuttlefish:get_value( + PauseIfAllDownRecover = cuttlefish:conf_get( "cluster_partition_handling.pause_if_all_down.recover", Conf), case PauseIfAllDownRecover of |
