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
This commit is contained in:
caoyuan 2018-07-31 16:23:44 +08:00 committed by Mark Goddard
parent 2d18b63ef9
commit 747e8f2057
2 changed files with 5 additions and 1 deletions

View File

@ -14,7 +14,7 @@ create_kolla_user_sudoers: "{{ create_kolla_user }}"
kolla_user: "kolla"
kolla_group: "kolla"
enable_host_ntp: True
enable_host_ntp: False
change_selinux: True

View File

@ -0,0 +1,4 @@
---
upgrade:
- |
Disable ntp service as kolla use chrony container by default.