From 8033841fd4c53c589a5f2059dd749ca6713fb523 Mon Sep 17 00:00:00 2001 From: Marc Gariepy Date: Wed, 12 Apr 2017 14:47:07 -0400 Subject: [PATCH] [DOC] Fix ntp service doc for CentOS start instead of restart and enable the service. Change-Id: I1cb69503707941997ef7c2c12e06e2fadd92a524 --- deploy-guide/source/targethosts-prepare.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/deploy-guide/source/targethosts-prepare.rst b/deploy-guide/source/targethosts-prepare.rst index 91fcc15104..2c744452fc 100644 --- a/deploy-guide/source/targethosts-prepare.rst +++ b/deploy-guide/source/targethosts-prepare.rst @@ -106,11 +106,13 @@ Configure the operating system (CentOS) # echo '8021q' >> /etc/modules-load.d/openstack-ansible.conf #. Configure Network Time Protocol (NTP) in ``/etc/ntp.conf`` to - synchronize with a suitable time source and restart the service: + synchronize with a suitable time source and start the service: .. code-block:: shell-session - # service ntpd restart + # systemctl enable ntpd.service + # systemctl start ntpd.service + #. Reboot the host to activate the changes and use the new kernel.