etcd_region does not exist

Looks like a copy-paste mistake from the AWS backend.
This commit is contained in:
Michael Klishin 2017-08-24 06:38:55 -04:00
parent 0aa0601e11
commit c067edd205
2 changed files with 0 additions and 24 deletions

View File

@ -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", [

View File

@ -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, [