Skip to content
Snippets Groups Projects
Commit 747e8f20 authored by caoyuan's avatar caoyuan Committed by Mark Goddard
Browse files

Disable the ntp service when bootstrap-servers

since we use chrony container to adjust time by default, we no need
to enable ntp service, this ps to disable it.

Change-Id: I2f1fd9269c9f8cfd0c98e0e903ba69de692473a0
parent 2d18b63e
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ create_kolla_user_sudoers: "{{ create_kolla_user }}" ...@@ -14,7 +14,7 @@ create_kolla_user_sudoers: "{{ create_kolla_user }}"
kolla_user: "kolla" kolla_user: "kolla"
kolla_group: "kolla" kolla_group: "kolla"
enable_host_ntp: True enable_host_ntp: False
change_selinux: True change_selinux: True
......
---
upgrade:
- |
Disable ntp service as kolla use chrony container by default.
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