summaryrefslogtreecommitdiff
path: root/priv
diff options
context:
space:
mode:
authorMichael Klishin <mklishin@pivotal.io>2017-06-09 00:36:36 +0300
committerMichael Klishin <mklishin@pivotal.io>2017-06-09 00:36:36 +0300
commit245e3c73031f2a7c27d32daa802dd03ec5b8aec2 (patch)
tree1443bccc6ac613cafdb7a8a64963cd88741d8f78 /priv
parent04cadbc100a1634a65235dc4c7dbaecb0c8244d5 (diff)
downloadrabbitmq-server-git-245e3c73031f2a7c27d32daa802dd03ec5b8aec2.tar.gz
More peer discovery backend shortcuts
Diffstat (limited to 'priv')
-rw-r--r--priv/schema/rabbitmq.schema3
1 files changed, 3 insertions, 0 deletions
diff --git a/priv/schema/rabbitmq.schema b/priv/schema/rabbitmq.schema
index ecfa14ded4..985c77b9a8 100644
--- a/priv/schema/rabbitmq.schema
+++ b/priv/schema/rabbitmq.schema
@@ -791,6 +791,9 @@ fun(Conf) ->
dns -> rabbit_peer_discovery_dns;
aws -> rabbit_peer_discovery_aws;
consul -> rabbit_peer_discovery_consul;
+ etcd -> rabbit_peer_discovery_etcd;
+ kubernetes -> rabbit_peer_discovery_k8s;
+ k8s -> rabbit_peer_discovery_k8s;
Module -> Module
end
end}.