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.