Merge "Disable the ntp service when bootstrap-servers"
This commit is contained in:
commit
21b3774270
@ -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
|
||||
|
||||
|
@ -0,0 +1,4 @@
|
||||
---
|
||||
upgrade:
|
||||
- |
|
||||
Disable ntp service as kolla use chrony container by default.
|
Loading…
Reference in New Issue
Block a user