From 24276273c45a775a1226b5b06eeae6f2f32d1a2f Mon Sep 17 00:00:00 2001 From: ericxiett Date: Mon, 18 Sep 2017 08:44:50 +0800 Subject: [PATCH] Fix incorrect path of chrony.conf. It should be '/etc/chrony.conf' not '/etc/chrony/chrony.conf'. Change-Id: I58baa4f00acf3d362785e9b005c93af35d98363f Closes-Bug: #1717779 --- doc/install-guide/source/environment-ntp-controller.rst | 4 ++-- doc/install-guide/source/environment-ntp-other.rst | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/install-guide/source/environment-ntp-controller.rst b/doc/install-guide/source/environment-ntp-controller.rst index 203f094c1d..6fe40343b8 100644 --- a/doc/install-guide/source/environment-ntp-controller.rst +++ b/doc/install-guide/source/environment-ntp-controller.rst @@ -35,7 +35,7 @@ Install and configure components .. end -2. Edit the ``/etc/chrony/chrony.conf`` file and add, change, or remove +2. Edit the ``/etc/chrony.conf`` file and add, change, or remove these keys as necessary for your environment: .. code-block:: shell @@ -55,7 +55,7 @@ Install and configure components servers such as those provided by your organization. 3. To enable other nodes to connect to the chrony daemon on the - controller node, add this key to the ``/etc/chrony/chrony.conf`` + controller node, add this key to the ``/etc/chrony.conf`` file: .. code-block:: shell diff --git a/doc/install-guide/source/environment-ntp-other.rst b/doc/install-guide/source/environment-ntp-other.rst index 99afd736b9..01229467e0 100644 --- a/doc/install-guide/source/environment-ntp-other.rst +++ b/doc/install-guide/source/environment-ntp-other.rst @@ -34,10 +34,10 @@ Install and configure components .. end -2. Edit the ``/etc/chrony/chrony.conf`` file and comment out or remove all +2. Edit the ``/etc/chrony.conf`` file and comment out or remove all but one ``server`` key. Change it to reference the controller node: - .. path /etc/chrony/chrony.conf + .. path /etc/chrony.conf .. code-block:: shell server controller iburst