From d80a399b4f49292a2ffaf576eec3006d3b4a946f Mon Sep 17 00:00:00 2001 From: caoyuan Date: Tue, 19 Jun 2018 23:23:59 +0800 Subject: [PATCH] Update the path of vars.yaml the path of vars.yaml should be in /opt since the code is clone in /opt Change-Id: Idf909cddf61fa1948ce01081ada7385904550b12 --- doc/source/install/multinode.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/install/multinode.rst b/doc/source/install/multinode.rst index 6110d6d9e3..d164cec719 100644 --- a/doc/source/install/multinode.rst +++ b/doc/source/install/multinode.rst @@ -162,7 +162,7 @@ On the master node create an environment file for the cluster: .. note:: This installation, by default will use Google DNS servers, 8.8.8.8 or 8.8.4.4 and updates resolv.conf. These DNS nameserver entries can be changed by - updating file ``/openstack-helm-infra/tools/images/kubeadm-aio/assets/opt/playbooks/vars.yaml`` + updating file ``/opt/openstack-helm-infra/tools/images/kubeadm-aio/assets/opt/playbooks/vars.yaml`` under section ``external_dns_nameservers``. This change must be done on each node in your cluster.