The following pull request was submitted through Github. It can be accessed and reviewed at: https://github.com/lxc/lxd/pull/4290
This e-mail was sent by the LXC bot, direct replies will not reach the author unless they happen to be subscribed to this list. === Description (from pull-request) === Signed-off-by: Free Ekanayaka <[email protected]>
From 2ebf666e3779ed720a47e22d4e2fe17658528351 Mon Sep 17 00:00:00 2001 From: Free Ekanayaka <[email protected]> Date: Wed, 28 Feb 2018 09:14:51 +0000 Subject: [PATCH] The "name" field is now called "server_name" Signed-off-by: Free Ekanayaka <[email protected]> --- doc/clustering.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/clustering.md b/doc/clustering.md index 886a90f67..58b5f32f4 100644 --- a/doc/clustering.md +++ b/doc/clustering.md @@ -120,7 +120,7 @@ profiles: parent: lxdbr0 type: nic cluster: - name: node2 + server_name: node2 enabled: true cluster_address: 10.55.60.171:8443 cluster_certificate: "-----BEGIN CERTIFICATE-----
_______________________________________________ lxc-devel mailing list [email protected] http://lists.linuxcontainers.org/listinfo/lxc-devel
