Skip to content
Snippets Groups Projects
Commit f2686075 authored by Steven Dake's avatar Steven Dake
Browse files

Recommend enabling NTPD in the documenation

Without NTPD, rabbitmq reconnects often and generally causes havoc
in an OpenStack installation.

Change-Id: I7911d115312132a156331f61b8c320c32ddc798c
parent 952ea3d8
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