etcd_region does not exist
Looks like a copy-paste mistake from the AWS backend.
This commit is contained in:
parent
0aa0601e11
commit
c067edd205
|
|
@ -1,17 +1,3 @@
|
|||
%% region
|
||||
|
||||
{mapping, "cluster_formation.etcd.region", "rabbit.cluster_formation.peer_discovery_etcd.etcd_region", [
|
||||
{datatype, string}
|
||||
]}.
|
||||
|
||||
{translation, "rabbit.cluster_formation.peer_discovery_etcd.etcd_region",
|
||||
fun(Conf) ->
|
||||
case cuttlefish:conf_get("cluster_formation.etcd.region", Conf, undefined) of
|
||||
undefined -> cuttlefish:unset();
|
||||
Value -> Value
|
||||
end
|
||||
end}.
|
||||
|
||||
%% host
|
||||
|
||||
{mapping, "cluster_formation.etcd.host", "rabbit.cluster_formation.peer_discovery_etcd.etcd_host", [
|
||||
|
|
|
|||
|
|
@ -1,14 +1,4 @@
|
|||
[
|
||||
{etcd_region, "cluster_formation.etcd.region = us-west-1", [
|
||||
{rabbit, [
|
||||
{cluster_formation, [
|
||||
{peer_discovery_etcd, [
|
||||
{etcd_region, "us-west-1"}
|
||||
]}
|
||||
]}
|
||||
]}
|
||||
], [rabbitmq_peer_discovery_etcd]
|
||||
},
|
||||
{etcd_host, "cluster_formation.etcd.host = etcd.eng.megacorp.local", [
|
||||
{rabbit, [
|
||||
{cluster_formation, [
|
||||
|
|
|
|||
Loading…
Reference in New Issue