kolla-ansible/releasenotes/notes/bug-1922721-19163cfb491d0035.yaml
Radosław Piliszek 04315751a4 Drop the NTP service precheck
We can't check this with timedatectl as it is not aware
of any "non-native" NTP daemon.

This could be a warning-level message but we don't have
such messages from the prechecks.

Closes-Bug: #1922721
Change-Id: I6db37576118cf5cff4ba7a63e179f0ab37467d22
2021-04-06 12:24:15 +00:00

8 lines
297 B
YAML

---
fixes:
- |
Fixes an issue preventing prechecks from succeeding when "non-native"
NTP daemon was used, such as ``ntpd` as opposed to ``systemd-timesyncd``
on a Debian/Ubuntu system or to ``chronyd`` on a CentOS/RHEL system.
`LP#1922721 <https://launchpad.net/bugs/1922721>`__