Skip to content
Snippets Groups Projects
Commit 92bf04c9 authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Recommend enabling NTPD in the documenation"

parents 06300883 f2686075
No related branches found
No related tags found
No related merge requests found
...@@ -87,6 +87,20 @@ To install these clients use: ...@@ -87,6 +87,20 @@ To install these clients use:
pip install -U python-openstackclient pip install -U python-openstackclient
OpenStack uses healthcheck timers which run off wall-clock time rather then
starting a timer and expring the timer, encoding the expiration in the message
contents. In some cases, this timer interval can be on the order of 60
seconds. For OpenStack to Operate correctly with these tight health-check
timer intervals, the Kolla community highly recommends running the ntpd
service on all deployment targets. To install, start, and enable ntp on
CentOS execute the following:
::
yum -y install ntp
chkconfig ntpd enable
service ntpd start
Libvirt is started by default on many operating systems. Please disable libvirt Libvirt is started by default on many operating systems. Please disable libvirt
on any machines that will be deployment targets. Only one copy of libvirt may on any machines that will be deployment targets. Only one copy of libvirt may
be running at a time. be running at a time.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment