tripleo-heat-templates/releasenotes/notes/remove-ValidateNtp-15724eaa8345aa4f.yaml
Alex Schultz ed2df1a05f Remove ValidateNtp
We already do this in the time configuration and it is no longer a
configurable item due to containers. Let's stop doing this in the all
nodes validation and let the time configuration handle the failure
messaging.

Change-Id: Ib0abcbd25117ecd587f4a92698746e5e256e6e8e
2020-06-04 03:40:05 +00:00

9 lines
356 B
YAML

---
other:
- |
The ValidateNtp has been removed from the all nodes validation configuration.
During the time sync configuration we already do a check to ensure the ntp
servers are available. If they are not we will fail with an appropriate message.
The ValidateNtp option came from a time before we could fail in a more
explicit way.