Merge "Disable the ntp service when bootstrap-servers"

This commit is contained in:
Zuul 2018-08-09 06:53:01 +00:00 committed by Gerrit Code Review
commit 21b3774270
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.